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 4a4c6e2 commit 470fb48Copy full SHA for 470fb48
.github/workflows/release.yml
@@ -16,10 +16,10 @@ jobs:
16
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17
fetch-depth: 0
18
19
- - name: Setup Node.js 18.x
+ - name: Setup Node.js 22.x
20
uses: actions/setup-node@v4
21
with:
22
- node-version: 18.x
+ node-version: 22.x
23
24
- name: Install Dependencies
25
run: npm install
0 commit comments