Skip to content

Commit

Permalink
disable caching for node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rentziass committed Oct 12, 2022
1 parent 64ebb19 commit acdbac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
# cache: npm
- run: npm ci
- run: npm run build
- run: npm run format-check
Expand Down

0 comments on commit acdbac6

Please sign in to comment.