Skip to content

Commit 727ba36

Browse files
committed
fix: master
1 parent 711a956 commit 727ba36

File tree

2 files changed

+485
-702
lines changed

2 files changed

+485
-702
lines changed

.github/workflows/linters-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
# npm cache files are stored in `~/.npm` on Linux/macOS
2525
path: ./node_modules
26-
key: ${{ hashFiles('**/package-lock.json') }}-node-modules
26+
key: ${{ hashFiles('**/npm-shrinkwrap.json') }}-node-modules
2727
- name: Install dependencies
2828
run: npm install
2929
lint-ts:
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
# npm cache files are stored in `~/.npm` on Linux/macOS
4646
path: ./node_modules
47-
key: ${{ hashFiles('**/package-lock.json') }}-node-modules
47+
key: ${{ hashFiles('**/npm-shrinkwrap.json') }}-node-modules
4848
- name: Runing linter
4949
run: npm run lint
5050
run-tests:
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
# npm cache files are stored in `~/.npm` on Linux/macOS
7070
path: ./node_modules
71-
key: ${{ hashFiles('**/package-lock.json') }}-node-modules
71+
key: ${{ hashFiles('**/npm-shrinkwrap.json') }}-node-modules
7272
- name: Cache test results
7373
uses: actions/cache@v2
7474
env:

0 commit comments

Comments
 (0)