Skip to content

Commit

Permalink
release: Publish prebuilds for Node.js 17
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Dec 8, 2021
1 parent 3fa6184 commit 81086a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releng/release.py
Expand Up @@ -188,7 +188,7 @@ def reset():
do_build_command([npm, "install"])
if publish:
do([npm, "publish"])
do_build_command([npm, "run", "prebuild", "--", "-t", "10.0.0", "-t", "12.0.0", "-t", "14.0.0", "-t", "16.0.0"])
do_build_command([npm, "run", "prebuild", "--", "-t", "10.0.0", "-t", "12.0.0", "-t", "14.0.0", "-t", "16.0.0", "-t", "17.0.0"])
do_build_command([npm, "run", "prebuild", "--", "-t", "16.0.0", "-r", "electron"])
packages = glob.glob(os.path.join(frida_node_dir, "prebuilds", "*.tar.gz"))
for package_path in packages:
Expand Down

0 comments on commit 81086a9

Please sign in to comment.