Update .gitea/workflows/build.yml

This commit is contained in:
Zakary Timson 2023-07-27 03:20:32 +00:00
parent d252956604
commit 561b5aea20

View File

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