Skip to content

Commit 7147554

Browse files
committed
ci: upgrade cd workflow
1 parent 4ed2a46 commit 7147554

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414

15-
- uses: pnpm/action-setup@v2
15+
- uses: pnpm/action-setup@v3
1616
with:
17-
version: 8.13.1
17+
version: 9
1818

19-
- uses: actions/setup-node@v3
19+
- uses: actions/setup-node@v4
2020
with:
2121
node-version: 20
2222
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)