ci: name the npm caching step
This commit is contained in:
parent
34b158e35c
commit
144985d06d
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -73,7 +73,8 @@ jobs:
|
||||
run: |
|
||||
echo "::set-output name=dir::$(npm config get cache)"
|
||||
|
||||
- uses: actions/cache@v2
|
||||
- name: Cache npm
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ${{ steps.npm-cache.outputs.dir }}
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json', '**/setup.sh') }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user