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 f75c227 commit db88271Copy full SHA for db88271
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Use Node.js
23
uses: actions/setup-node@v3
24
with:
25
- node-version: 18.x
+ node-version: 20.x
26
- uses: pnpm/action-setup@v2
27
28
version: 8.x.x
.github/workflows/release.yml
@@ -19,10 +19,10 @@ jobs:
19
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
20
fetch-depth: 0
21
- - name: Setup Node.js 18.x
+ - name: Setup Node.js 20.x
0 commit comments