Skip to content

Commit dc4371d

Browse files
committed
更新 workflows
1 parent 641f502 commit dc4371d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-example-site.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
fetch-depth: 0
1515

1616
- name: Setup Node.js
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
1919
# 选择要使用的 node 版本
20-
node-version: 18
20+
node-version: 20
2121
# registry-url: https://registry.npmmirror.com/
2222

23-
- uses: pnpm/action-setup@v2.2.4
23+
- uses: pnpm/action-setup@v3
2424
name: Install pnpm
2525
id: pnpm-install
2626
with:

0 commit comments

Comments
 (0)