We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b7635 commit 47d9e11Copy full SHA for 47d9e11
.github/workflows/publish.yml
@@ -20,13 +20,13 @@ jobs:
20
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
21
fetch-depth: 0
22
23
- - name: Setup Node.js 18.x
24
- uses: actions/setup-node@v2
+ - name: Setup Node.js 20
+ uses: actions/setup-node@v4
25
with:
26
- node-version: 18.x
+ node-version: 20
27
28
- name: Setup PNPM
29
- uses: pnpm/action-setup@v2.4.0
+ uses: pnpm/action-setup@v3
30
31
version: 8.10.2
32
0 commit comments