Skip to content

Commit 8c57095

Browse files
author
Horia Iacos
committed
chore: update CI workflows to use Node.js 24
1 parent 983429d commit 8c57095

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 22
22+
node-version: 24
2323
cache: yarn
2424
- run: yarn install
2525
- run: scripts/release --build
@@ -44,7 +44,7 @@ jobs:
4444
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
4545
- uses: actions/setup-node@v4
4646
with:
47-
node-version: 22
47+
node-version: 24
4848
registry-url: https://registry.npmjs.org/
4949
cache: yarn
5050
- run: yarn install
@@ -70,7 +70,7 @@ jobs:
7070
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
7171
- uses: actions/setup-node@v4
7272
with:
73-
node-version: 22
73+
node-version: 24
7474
registry-url: https://registry.npmjs.org/
7575
cache: yarn
7676
- run: yarn install

0 commit comments

Comments
 (0)