Skip to content

Commit 3d41a89

Browse files
authored
Update node.js.yml to not cache npm
1 parent 77e4c5f commit 3d41a89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
cache: 'npm'
2928
- run: npm i
3029
- run: npm ci
3130
- run: npm run build --if-present

0 commit comments

Comments
 (0)