Update .gitea/workflows/build.yml
Some checks failed
Build / Dependencies_NPM (push) Failing after 49s
Some checks failed
Build / Dependencies_NPM (push) Failing after 49s
This commit is contained in:
parent
561b5aea20
commit
64cb1dca15
@ -18,15 +18,3 @@ jobs:
|
||||
path: |
|
||||
node_modules
|
||||
key: npm-${{ hashFiles('package-lock.json') }}
|
||||
Build_Node:
|
||||
runs-on: Docker
|
||||
container:
|
||||
image: node:16
|
||||
steps:
|
||||
- name: Restore Dependencies
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
- ath: node_modules
|
||||
- key: npm-${{ hashFiles('package-lock.json') }}
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
Loading…
Reference in New Issue
Block a user