Skip to content

Commit

Permalink
is it the cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
schristley committed Oct 17, 2024
1 parent 659c81e commit ad5519e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
# cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit ad5519e

Please sign in to comment.