Skip to content

Commit e5f664b

Browse files
committed
update pnpm action and node action
1 parent 4524481 commit e5f664b

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)