Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Fix reference to package-lock.json
  • Loading branch information
cblanc committed Nov 29, 2019
1 parent 2f5dcd8 commit cfd1086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/npm-shrinkwrap.json') }}-${{ matrix.node-version }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ matrix.node-version }}

- name: Install
run: npm install
Expand Down

0 comments on commit cfd1086

Please sign in to comment.