This commit is contained in:
parent
aaefc53a6b
commit
85d936e0f6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/sonar.yml
vendored
4
.github/workflows/sonar.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: Restore npm cache
|
||||
uses: actions/cache-action@v3
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
key: npm-${{ hashFiles('package-lock.json') }}
|
||||
path: ~/.npm
|
||||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Save npm cache
|
||||
uses: actions/cache-action@v3
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
key: npm-${{ hashFiles('package-lock.json') }}
|
||||
path: ~/.npm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue