Skip to content

Commit f85d742

Browse files
committed
run release workflow with node 24
1 parent d2f6f9f commit f85d742

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release-pr.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@ jobs:
2222
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2323
fetch-depth: 0
2424

25-
- name: Install Node with Mise
26-
uses: jdx/mise-action@v2
27-
28-
# Because Mise installs Node, this action mostly just caches node_modules.
2925
- name: Setup Node.js
3026
uses: actions/setup-node@v4
3127
with:
28+
node-version: '24'
3229
cache: 'npm'
3330

3431
- name: Install Dependencies

0 commit comments

Comments
 (0)