Skip to content

Commit

Permalink
Remove integrated npm cache
Browse files Browse the repository at this point in the history
It seems like the integrated npm cache does not depend on the used node version and parallel read/writes and node dependent updates don't work properly, resulting in non-ending builds. Going back to previous behavior of using no caches for node modules.
  • Loading branch information
vikingair authored May 21, 2024
1 parent 20e0dca commit e25fa64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: ${{ matrix.os }} / Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
cache: "npm"
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
Expand Down

0 comments on commit e25fa64

Please sign in to comment.