Skip to content

Commit 470fb48

Browse files
committed
ci: Bump release workflow
1 parent 4a4c6e2 commit 470fb48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
1818

19-
- name: Setup Node.js 18.x
19+
- name: Setup Node.js 22.x
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 18.x
22+
node-version: 22.x
2323

2424
- name: Install Dependencies
2525
run: npm install

0 commit comments

Comments
 (0)