Skip to content

Commit f1cbd9e

Browse files
Merge pull request #58 from zhangzhuang15/dev
update pnpm action and node action
2 parents d548516 + e5f664b commit f1cbd9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21-
- uses: pnpm/action-setup@v2
21+
- uses: pnpm/action-setup@v4
2222
with:
23-
version: 7.9.3
24-
- uses: actions/setup-node@v3
23+
version: 10.5.2
24+
- uses: actions/setup-node@v4
2525
with:
2626
node-version: 20
2727
cache: pnpm

0 commit comments

Comments
 (0)