Skip to content

Commit

Permalink
Reverting node version to 16.13.0 works as expected
Browse files Browse the repository at this point in the history
```
$ ./node_modules/@bazel/bazelisk/bazelisk-darwin_amd64 run :bin
INFO: Analyzed target //:bin (33 packages loaded, 850 targets configured).
INFO: Found 1 target...
Target //:bin up-to-date:
  bazel-bin/bin.sh
  bazel-bin/bin_loader.js
  bazel-bin/bin_require_patch.js
INFO: Elapsed time: 13.410s, Critical Path: 3.03s
INFO: 2 processes: 1 internal, 1 worker.
INFO: Build completed successfully, 2 total actions
INFO: Build completed successfully, 2 total actions
v16.13.0
```
  • Loading branch information
mitul45 committed Feb 24, 2022
1 parent 949c9ca commit 4317f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ http_archive(

load("@build_bazel_rules_nodejs//:index.bzl", "node_repositories")
node_repositories(
node_version = "16.14.0",
node_version = "16.13.0",
yarn_version = "1.22.4",
node_urls = [
"https://nodejs.org/dist/v{version}/{filename}",
Expand Down

0 comments on commit 4317f4b

Please sign in to comment.