Skip to content

Commit c32ecc4

Browse files
authored
chore(deps): update Node.js to v24 (#375)
1 parent 92d2cbf commit c32ecc4

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/release/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"semver": "7.7.2"
1010
},
1111
"engines": {
12-
"node": "^22.0.0"
12+
"node": "^24.0.0"
1313
},
1414
"packageManager": "npm@11.9.0"
1515
}

.github/workflows/conventional-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node.js
3939
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4040
with:
41-
node-version: lts/jod
41+
node-version: 24
4242
cache: npm
4343
cache-dependency-path: .github/release/package-lock.json
4444

.github/workflows/release-dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js
4040
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4141
with:
42-
node-version: lts/jod
42+
node-version: 24
4343
cache: npm
4444
cache-dependency-path: .github/release/package-lock.json
4545

.github/workflows/release-maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Setup Node.js
9494
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
9595
with:
96-
node-version: lts/jod
96+
node-version: 24
9797
cache: npm
9898
cache-dependency-path: .github/release/package-lock.json
9999

.github/workflows/release-on-change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Setup Node.js
7575
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
7676
with:
77-
node-version: lts/jod
77+
node-version: 24
7878
cache: npm
7979
cache-dependency-path: .github/release/package-lock.json
8080

0 commit comments

Comments
 (0)