Update .gitea/workflows/build.yml

This commit is contained in:
2023-07-14 21:54:27 +02:00
parent 7b5abd4228
commit 52610c28c0
+2
View File
@@ -23,6 +23,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Show key future key value
run: echo "deps-node-modules-${{ hashFiles('**/package-lock.json') }}"
- name: Setup Chache
uses: https://github.com/actions/cache@v3
with: