Skip to content

Commit d2afd42

Browse files
chore(deps): update node.js to v24
1 parent 3b6b222 commit d2afd42

3 files changed

Lines changed: 5 additions & 5 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: 3 additions & 3 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
@@ -84,7 +84,7 @@ jobs:
8484
- name: Use Node LTS version
8585
uses: actions/setup-node@v6
8686
with:
87-
node-version: 22
87+
node-version: 24
8888
cache: yarn
8989

9090
## --- YARN CACHE --- ##

.nvmrc

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

0 commit comments

Comments
 (0)