Skip to content

Commit dade98f

Browse files
committed
workflow: use nodejs 24
1 parent c01a803 commit dade98f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 22
21+
node-version: 24
2222
- run: yarn
2323
- name: Build Tools Core
2424
run: yarn build
@@ -39,7 +39,7 @@ jobs:
3939
- name: Use Node.js
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: 22
42+
node-version: 24
4343
- run: yarn
4444
- name: Build
4545
run: yarn build:pkg

0 commit comments

Comments
 (0)