Skip to content

Commit

Permalink
fix cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio committed Apr 17, 2020
1 parent 3a3b69c commit 7cd5ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/cache@v1
with:
path: node_modules
key: "${{ runner.os }}-node8-${{ hashFiles('**/package.json') }}"
key: "${{ runner.os }}-node12-${{ hashFiles('**/package.json') }}"
- run: npm install
if: steps.cache-node-modules.outputs.cache-hit != 'true'
working-directory: '${{ env.cwd }}'
Expand Down

0 comments on commit 7cd5ba5

Please sign in to comment.