File tree Expand file tree Collapse file tree 2 files changed +485
-702
lines changed
Expand file tree Collapse file tree 2 files changed +485
-702
lines changed Original file line number Diff line number Diff line change 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 :
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 :
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 :
You can’t perform that action at this time.
0 commit comments