We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99dc818 commit 7068e4bCopy full SHA for 7068e4b
.github/workflows/npm-grunt.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/setup-node@v2
18
with:
19
node-version: '20' # 使用的 Node.js 版本
20
- cache: 'pnpm' # 启用 pnpm 缓存
+ # cache: 'pnpm' # 启用 pnpm 缓存
21
22
- name: Install pnpm
23
run: npm install -g pnpm
0 commit comments