Update .gitea/workflows/build.yml
All checks were successful
Build / Dependencies_NPM (push) Successful in 1m3s
All checks were successful
Build / Dependencies_NPM (push) Successful in 1m3s
This commit is contained in:
parent
6860bf3c40
commit
43261164dc
@ -13,12 +13,12 @@ jobs:
|
|||||||
- name: Restore Cached Dependencies
|
- name: Restore Cached Dependencies
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: ./node_modules
|
||||||
key: node_modules
|
key: node_modules
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm i
|
run: npm ci
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: node_modules
|
path: ./node_modules
|
||||||
key: node_modules
|
key: node_modules
|
||||||
|
Loading…
Reference in New Issue
Block a user