switch to node 16.x for macOS aarch64 support

This commit is contained in:
Damien Elmes 2021-10-15 22:46:53 +10:00
parent e58646909f
commit 732852abb8

View file

@ -49,7 +49,10 @@ def setup_deps():
python_runtime = "@python//:python",
)
node_repositories(package_json = ["@ankidesktop//:package.json"])
node_repositories(
package_json = ["@ankidesktop//:package.json"],
node_version = "16.10.0",
)
yarn_install(
name = "npm",