File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
uses : actions/cache@v3
22
22
with :
23
23
path : node_modules
24
- key : yarn-node-16-lock-${{ hashFiles('yarn.json ') }}
24
+ key : yarn-node-16-lock-${{ hashFiles('yarn.lock ') }}
25
25
restore-keys : |
26
26
yarn-node-16-lock-
27
27
- run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 22
22
uses : actions/cache@v3
23
23
with :
24
24
path : node_modules
25
- key : yarn-node-16-lock-${{ hashFiles('yarn.json ') }}
25
+ key : yarn-node-16-lock-${{ hashFiles('yarn.lock ') }}
26
26
restore-keys : |
27
27
yarn-node-16-lock-
28
28
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 17
17
uses : actions/cache@v3
18
18
with :
19
19
path : node_modules
20
- key : yarn-node-16-lock-${{ hashFiles('yarn.json ') }}
20
+ key : yarn-node-16-lock-${{ hashFiles('yarn.lock ') }}
21
21
restore-keys : |
22
22
yarn-node-16-lock-
23
23
- run : yarn install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments