Skip to content

Commit 7068e4b

Browse files
authored
chore: Update npm-grunt.yml
1 parent 99dc818 commit 7068e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-grunt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-node@v2
1818
with:
1919
node-version: '20' # 使用的 Node.js 版本
20-
cache: 'pnpm' # 启用 pnpm 缓存
20+
# cache: 'pnpm' # 启用 pnpm 缓存
2121

2222
- name: Install pnpm
2323
run: npm install -g pnpm

0 commit comments

Comments
 (0)