mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
switch to node 16.x for macOS aarch64 support
This commit is contained in:
parent
e58646909f
commit
732852abb8
1 changed files with 4 additions and 1 deletions
5
defs.bzl
5
defs.bzl
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue