Skip to content

Commit

Permalink
WIP: remove npm cache in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Oct 16, 2023
1 parent 4b71515 commit c9a9cb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- name: Install project dependencies
run: npm ci
- name: Bootstrap project
Expand Down

0 comments on commit c9a9cb0

Please sign in to comment.