Windows build: Upgrade bundled Node.js to v16

This commit is contained in:
Richard Hansen 2022-05-13 18:43:37 -04:00
parent 00173cf55d
commit 2d56838792
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
### Notable enhancements and fixes
* Windows build:
* The bundled `node.exe` was upgraded from v12 to v16.
* Improvements to login session management:
* `express_sid` cookies and `sessionstorage:*` database records are no longer
created unless `requireAuthentication` is `true` (or a plugin causes them to

View File

@ -49,7 +49,7 @@ try rm -rf node_modules
try mv node_modules_resolved node_modules
log "download windows node..."
try wget "https://nodejs.org/dist/latest-erbium/win-x86/node.exe" -O node.exe
try wget "https://nodejs.org/dist/latest-v16.x/win-x86/node.exe" -O node.exe
log "create the zip..."
try zip -9 -r "${OUTPUT}" ./*