Update .gitea/workflows/build.yml
This commit is contained in:
parent
43261164dc
commit
e4dcba3654
@ -15,6 +15,7 @@ jobs:
|
||||
with:
|
||||
path: ./node_modules
|
||||
key: node_modules
|
||||
restore-keys: node_modules
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
- name: Cache Dependencies
|
||||
@ -22,3 +23,4 @@ jobs:
|
||||
with:
|
||||
path: ./node_modules
|
||||
key: node_modules
|
||||
restore-keys: node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user