Skip to content

Commit 1c3bbe5

Browse files
feat(deps)!: update node.js to v24 (#157)
BREAKING CHANGE: Upgraded node support from v22 to v24. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 832707f commit 1c3bbe5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v6
2626
with:
27-
node-version: 22
27+
node-version: 24
2828
cache: yarn
2929
registry-url: https://registry.npmjs.org
3030

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-node@v6
2020
with:
2121
cache: yarn
22-
node-version: 22
22+
node-version: 24
2323

2424
- name: Install dependencies
2525
run: yarn install --immutable
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/setup-node@v6
4141
with:
4242
cache: yarn
43-
node-version: 22
43+
node-version: 24
4444

4545
- name: Install dependencies
4646
run: yarn install --immutable

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.*
1+
24.*

0 commit comments

Comments
 (0)