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