Skip to content

Commit c4fbdbc

Browse files
committed
fix: 冲突解决
2 parents 3949c83 + df09baf commit c4fbdbc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: pnpm/action-setup@v2
23-
with:
24-
version: 6.32.9
22+
- uses: pnpm/[email protected]
2523
- uses: actions/setup-node@v4
2624
with:
27-
node-version: '14'
25+
node-version: '20.15.0'
2826
cache: 'pnpm'
2927

3028
- name: install

0 commit comments

Comments
 (0)