更新 .gitea/workflows/demo.yaml

发布生产
This commit is contained in:
xiehaijun 2025-07-26 17:47:41 +00:00
parent 95bc433596
commit 07c3257b28
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ jobs:
with:
node-version: '22'
check-latest: true
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
# cache: 'npm'
# cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm --version
- name: Run tests