diff options
author | bscan <10503608+bscan@users.noreply.github.com> | 2023-11-26 19:30:35 -0500 |
---|---|---|
committer | bscan <10503608+bscan@users.noreply.github.com> | 2023-11-26 19:30:35 -0500 |
commit | 9a10a9f3b72c7125995ce45eb0a1bb55551dfd63 (patch) | |
tree | 7e3f6259740d7d0615ff90c31323b341552149ed /package.json | |
parent | ad5be9fa6a1e3c53a0e823ace81aacc3a8a3c9d6 (diff) | |
download | PerlNavigator-9a10a9f3b72c7125995ce45eb0a1bb55551dfd63.zip |
Bumping node version to node 16
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 264b5c5..d376685 100644 --- a/package.json +++ b/package.json @@ -381,9 +381,9 @@ "scripts": "server/out/server.js", "assets": "server/src/**/*", "targets": [ - "node14-linux-x64", - "node14-macos-x64", - "node14-win-x64" + "node16-linux-x64", + "node16-macos-x64", + "node16-win-x64" ], "outputPath": "dist" } |