Skip to content

Commit 0a06ac6

Browse files
chore: update pnpm and Node.js versions in GitHub Actions workflow
1 parent 73ee8de commit 0a06ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playground.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
- name: Install pnpm
3535
uses: pnpm/action-setup@v4
3636
with:
37-
version: 10.10.0
37+
version: 10.15.1
3838

3939
- name: Setup Node.js
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: '20.18.1' # 与 volta 配置保持一致
42+
node-version: '22.19.0' # 与 volta 配置保持一致
4343
cache: 'pnpm'
4444

4545
- name: Setup Pages

0 commit comments

Comments
 (0)