fix: 关闭缓存功能
This commit is contained in:
parent
4eeab85689
commit
a7446dd5b4
1 changed files with 0 additions and 1 deletions
1
.github/workflows/script_build.yml
vendored
1
.github/workflows/script_build.yml
vendored
|
|
@ -22,7 +22,6 @@ jobs:
|
||||||
uses: actions/setup-node@v5.0.0
|
uses: actions/setup-node@v5.0.0
|
||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
cache: pnpm
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: cd script && pnpm install
|
run: cd script && pnpm install
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue