Update .gitea/workflows/build.yml
Some checks failed
Build / Dependencies_NPM (push) Failing after 49s

This commit is contained in:
Zakary Timson 2023-07-27 03:20:56 +00:00
parent 561b5aea20
commit 64cb1dca15

View File

@ -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