Skip to content

Commit 1d08860

Browse files
authored
Upgrade Node.js setup action and changesets action
1 parent 072602d commit 1d08860

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,17 @@ jobs:
2828
fetch-depth: 0
2929
persist-credentials: false
3030

31-
- name: Set up Node.js
32-
uses: actions/setup-node@v5
31+
- name: Set up Node
32+
uses: actions/setup-node@v6
33+
with:
34+
node-version: 24
3335

3436
- name: Install dependencies
3537
run: npm ci && npm run build
3638

3739
- name: Create release pull request or publish to npm
3840
id: changesets
39-
uses: changesets/action@master
41+
uses: changesets/action@v1
4042
with:
4143
title: Release Tracking
4244
# This expects you to have a script called release which does a build for your packages and calls changeset publish

0 commit comments

Comments
 (0)