Update .gitea/workflows/build.yml
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
with:
|
||||
node-version: '18'
|
||||
- name: Setup Chache
|
||||
uses: actions/cache@v3
|
||||
uses: https://github.com/actions/cache@v3
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: deps-node-modules-${{ hashFiles('**/package-lock.json') }}
|
||||
|
||||
Reference in New Issue
Block a user