nodejs upgrade

This commit is contained in:
zadam
2023-07-15 10:32:26 +02:00
parent 64b86b2666
commit b61aab06b5
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ if [[ $# -eq 0 ]] ; then
exit 1
fi
n exec 18.16.0 npm run webpack
n exec 18.16.1 npm run webpack
DIR=$1
@@ -27,7 +27,7 @@ cp -r electron.js $DIR/
cp webpack-* $DIR/
# run in subshell (so we return to original dir)
(cd $DIR && n exec 18.16.0 npm install --only=prod)
(cd $DIR && n exec 18.16.1 npm install --only=prod)
# cleanup of useless files in dependencies
rm -r $DIR/node_modules/image-q/demo