Skip to content

Commit ef78c0a

Browse files
build(deps): update node.js to v24
1 parent f08a261 commit ef78c0a

5 files changed

Lines changed: 37 additions & 32 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: Setup Node.js
8383
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
8484
with:
85-
node-version: 22.x
85+
node-version: 24.x
8686
cache: "npm"
8787
- id: build-lib
8888
if: ${{ !github.event.inputs.skip_build_lib }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Setup Node.js
4747
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
4848
with:
49-
node-version: 22.x
49+
node-version: 24.x
5050
cache: "npm"
5151
- id: build-lib
5252
if: ${{ !github.event.inputs.skip_build_lib }}

.rtx.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
node = "20"
2+
node = "24"

package-lock.json

Lines changed: 33 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@types/google-apps-script": "1.0.100",
113113
"@types/jest": "30.0.0",
114114
"@types/jest-when": "3.5.5",
115-
"@types/node": "22.19.9",
115+
"@types/node": "24.10.13",
116116
"@types/sha1": "1.1.5",
117117
"@typescript-eslint/eslint-plugin": "8.54.0",
118118
"@typescript-eslint/parser": "8.54.0",

0 commit comments

Comments
 (0)