We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92a49a commit 32e8edcCopy full SHA for 32e8edc
.nvmrc
@@ -1 +1 @@
1
-16.15.0
+18.3.0
gulpfile.js
@@ -48,7 +48,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
48
const NAME_REGEX = /-/g;
49
50
const nwBuilderOptions = {
51
- version: '0.62.0',
+ version: '0.65.1',
52
files: `${DIST_DIR}**/*`,
53
macIcns: './src/images/bf_icon.icns',
54
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},
package.json
@@ -48,7 +48,7 @@
"author": "The Betaflight open source project.",
"license": "GPL-3.0",
"engines": {
- "node": "16.x"
+ "node": "18.x"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
0 commit comments