Skip to content

Commit 11dcbe0

Browse files
committed
build: bump node version on CI
Bumps the version of Node we use on the CI to fix the docs site deployment.
1 parent 9343131 commit 11dcbe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.17.0
1+
18.19.1

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ load("@rules_nodejs//nodejs:repositories.bzl", "nodejs_register_toolchains")
6060

6161
nodejs_register_toolchains(
6262
name = "nodejs",
63-
node_version = "18.17.0",
63+
node_version = "18.19.1",
6464
)
6565

6666
load("@build_bazel_rules_nodejs//:index.bzl", "yarn_install")

0 commit comments

Comments
 (0)