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:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Create Hash
|
||||
uses: actions/go-hashfiles@v0.0.1
|
||||
- name: Create Hash
|
||||
uses: actions/go-hashfiles@v0.0.1
|
||||
id: get-hash
|
||||
with:
|
||||
patterns: package-lock.json
|
||||
- name: Restore Cached Dependencies
|
||||
- name: Restore Cached Dependencies
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
path: node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user