Skip to content

Commit 32e8edc

Browse files
committed
Update NWjs to 0.65.1 and Node to 18.3.0
1 parent d92a49a commit 32e8edc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.15.0
1+
18.3.0

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
4848
const NAME_REGEX = /-/g;
4949

5050
const nwBuilderOptions = {
51-
version: '0.62.0',
51+
version: '0.65.1',
5252
files: `${DIST_DIR}**/*`,
5353
macIcns: './src/images/bf_icon.icns',
5454
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"author": "The Betaflight open source project.",
4949
"license": "GPL-3.0",
5050
"engines": {
51-
"node": "16.x"
51+
"node": "18.x"
5252
},
5353
"dependencies": {
5454
"@fortawesome/fontawesome-free": "^5.13.0",

0 commit comments

Comments
 (0)