Skip to content

Commit 10561bc

Browse files
authored
Use Node 18 (#12724)
Use 18.17.0 in WORKSPACE file as it is the latest version supported by bazelbuild/rules_nodejs 5.8.4 which is the latest 5.x version. part of #12723 Signed-off-by: Aurélien Pupier <[email protected]>
1 parent 48e8db2 commit 10561bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Node
4343
uses: actions/setup-node@v4
4444
with:
45-
node-version: 16
45+
node-version: 18
4646
- name: NPM install
4747
run: cd javascript/grid-ui && npm install
4848
- name: Run unit tests

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ build_bazel_rules_nodejs_dependencies()
232232
load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories", "npm_install")
233233

234234
node_repositories(
235-
node_version = "18.12.0",
235+
node_version = "18.17.0",
236236
)
237237

238238
npm_install(

0 commit comments

Comments
 (0)