Update .gitea/workflows/build.yml

This commit is contained in:
2023-07-14 21:44:43 +02:00
parent 9d895e91fa
commit d209c8668f
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
with: with:
node-version: '18' node-version: '18'
- name: Setup Chache - name: Setup Chache
uses: actions/cache@v3 uses: https://github.com/actions/cache@v3
with: with:
path: ~/.npm path: ~/.npm
key: deps-node-modules-${{ hashFiles('**/package-lock.json') }} key: deps-node-modules-${{ hashFiles('**/package-lock.json') }}