Skip to content

Commit 1bda5f5

Browse files
RobinMalfaitadamwathan
authored andcommitted
use package-lock.json in CI
1 parent fea75a0 commit 1bda5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/cache@v2.1.1
2929
with:
3030
path: node_modules
31-
key: nodeModules-${{ hashFiles('**/yarn.lock') }}-${{ matrix.node-version }}
31+
key: nodeModules-${{ hashFiles('**/package-lock.json') }}-${{ matrix.node-version }}
3232
restore-keys: |
3333
nodeModules-
3434
- name: Install dependencies

0 commit comments

Comments
 (0)