Skip to content

Commit e4ae492

Browse files
authored
ci: fix an issue where npm install wouldn't run when package-lock.json changed (#279)
1 parent ff53507 commit e4ae492

File tree

1 file changed

+0
-1
lines changed
  • .github/actions/setup-node-and-node-modules

1 file changed

+0
-1
lines changed

.github/actions/setup-node-and-node-modules/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ runs:
2020
with:
2121
path: node_modules
2222
key: node-modules-${{ runner.arch }}-${{ runner.os }}-node-${{ steps.setup-node.outputs.node-version }}-npm-${{ hashFiles('**/package-lock.json') }}
23-
restore-keys: node-modules-${{ runner.arch }}-${{ runner.os }}-node-${{ steps.setup-node.outputs.node-version }}-npm-
2423
- run: npm install
2524
if: steps.node-modules-cache.outputs.cache-hit != 'true'
2625
shell: sh

0 commit comments

Comments
 (0)