This commit is contained in:
parent
70dea5e97c
commit
aaefc53a6b
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:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Restore npm cache
|
- name: Restore npm cache
|
||||||
uses: https://code.forgejo.org/forgejo/cache-action@v3
|
uses: actions/cache-action@v3
|
||||||
with:
|
with:
|
||||||
key: npm-${{ hashFiles('package-lock.json') }}
|
key: npm-${{ hashFiles('package-lock.json') }}
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Save npm cache
|
- name: Save npm cache
|
||||||
uses: https://code.forgejo.org/forgejo/cache-action@v3
|
uses: actions/cache-action@v3
|
||||||
with:
|
with:
|
||||||
key: npm-${{ hashFiles('package-lock.json') }}
|
key: npm-${{ hashFiles('package-lock.json') }}
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue