Skip to content

Commit

Permalink
chore(frontend): upgrade Node from v16 to v18 (#448)
Browse files Browse the repository at this point in the history
This is required by some newer dependencies such as next.js v14
  • Loading branch information
alexeagle authored May 1, 2024
1 parent 307e411 commit 471e842
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelci/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rolling: &rolling
# Commmon features by platform
#
linux: &linux
platform: ubuntu1804
platform: ubuntu2004

macos: &macos
platform: macos
Expand Down
4 changes: 4 additions & 0 deletions frontend/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ bazel_dep(name = "aspect_rules_ts", version = "2.2.0")
bazel_dep(name = "aspect_rules_rollup", version = "1.0.2")
bazel_dep(name = "aspect_rules_webpack", version = "0.14.0")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "rules_nodejs", version = "6.1.0")

node = use_extension("@rules_nodejs//nodejs:extensions.bzl", "node", dev_dependency = True)
node.toolchain(node_version = "18.17.0")

pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm", dev_dependency = True)
use_repo(pnpm, "pnpm")
Expand Down

0 comments on commit 471e842

Please sign in to comment.