We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff53507 commit e4ae492Copy full SHA for e4ae492
.github/actions/setup-node-and-node-modules/action.yml
@@ -20,7 +20,6 @@ runs:
20
with:
21
path: node_modules
22
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-
24
- run: npm install
25
if: steps.node-modules-cache.outputs.cache-hit != 'true'
26
shell: sh
0 commit comments