This repository was archived by the owner on May 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-21
lines changed Expand file tree Collapse file tree 2 files changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,10 @@ jobs:
1616
1717 steps :
1818 - uses : actions/checkout@v2
19- - uses : actions/setup-node@v1
19+ - uses : actions/setup-node@v2
2020 with :
2121 node-version : ' 12'
22- - name : Get npm cache directory
23- id : npm-cache
24- run : |
25- echo "::set-output name=dir::$(npm config get cache)"
26- - uses : actions/cache@v2
27- with :
28- path : ${{ steps.npm-cache.outputs.dir }}
29- key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
30- restore-keys : |
31- ${{ runner.os }}-node-
22+ cache : ' npm'
3223 - name : Install global dependencies
3324 run : npm install -g typescript vsce
3425 - name : npm-ci
Original file line number Diff line number Diff line change 1919 - uses : actions/setup-node@v1
2020 with :
2121 node-version : ' 12'
22- - name : Get npm cache directory
23- id : npm-cache
24- run : |
25- echo "::set-output name=dir::$(npm config get cache)"
26- - uses : actions/cache@v2
27- with :
28- path : ${{ steps.npm-cache.outputs.dir }}
29- key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
30- restore-keys : |
31- ${{ runner.os }}-node-
22+ cache : ' npm'
3223 - name : Install global dependencies
3324 run : npm install -g typescript vsce
3425 - name : npm-ci
You can’t perform that action at this time.
0 commit comments