Skip to content

Commit 47d9e11

Browse files
committed
chore: update action
1 parent b4b7635 commit 47d9e11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2121
fetch-depth: 0
2222

23-
- name: Setup Node.js 18.x
24-
uses: actions/setup-node@v2
23+
- name: Setup Node.js 20
24+
uses: actions/setup-node@v4
2525
with:
26-
node-version: 18.x
26+
node-version: 20
2727

2828
- name: Setup PNPM
29-
uses: pnpm/action-setup@v2.4.0
29+
uses: pnpm/action-setup@v3
3030
with:
3131
version: 8.10.2
3232

0 commit comments

Comments
 (0)