Update .gitea/workflows/build.yml
Some checks failed
Build / Dependencies_NPM (push) Failing after 1s
Some checks failed
Build / Dependencies_NPM (push) Failing after 1s
This commit is contained in:
parent
825dc1a563
commit
3966342eff
@ -10,12 +10,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Create Hash
|
- name: Create Hash
|
||||||
uses: actions/go-hashfiles@v0.0.1
|
uses: actions/go-hashfiles@v0.0.1
|
||||||
id: get-hash
|
id: get-hash
|
||||||
with:
|
with:
|
||||||
patterns: package-lock.json
|
patterns: package-lock.json
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user