Skip to content

Commit eb6fa09

Browse files
authored
Update node.js.yml
1 parent 5532ef3 commit eb6fa09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
uses: actions/setup-node@v4
3030
with:
3131
node-version: ${{ matrix.node-version }}
32-
cache: 'npm'
33-
cache-dependency-path: './src/main/js/package-lock.json'
3432
- run: npm ci
3533
- run: npm run build
3634
- run: npm test

0 commit comments

Comments
 (0)