Update .gitea/workflows/build.yml
This commit is contained in:
@@ -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') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user