Update .gitea/workflows/build.yml
This commit is contained in:
parent
d252956604
commit
561b5aea20
@ -15,8 +15,9 @@ jobs:
|
|||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
- path: node_modules
|
path: |
|
||||||
- key: npm-${{ hashFiles('package-lock.json') }}
|
node_modules
|
||||||
|
key: npm-${{ hashFiles('package-lock.json') }}
|
||||||
Build_Node:
|
Build_Node:
|
||||||
runs-on: Docker
|
runs-on: Docker
|
||||||
container:
|
container:
|
||||||
|
Loading…
Reference in New Issue
Block a user