Skip to content

Commit 2fed3a0

Browse files
authored
Update nodejs (#3673)
chore: node update and appdmg support apple silicon
1 parent 200c971 commit 2fed3a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.17.0
1+
20.10.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"author": "The Betaflight open source project.",
5454
"license": "GPL-3.0",
5555
"engines": {
56-
"node": "16.x"
56+
"node": "20.x"
5757
},
5858
"dependencies": {
5959
"@fortawesome/fontawesome-free": "^5.13.0",
@@ -139,7 +139,7 @@
139139
"yarn": "^1.22.19"
140140
},
141141
"optionalDependencies": {
142-
"appdmg": "^0.6.4"
142+
"appdmg": "^0.6.6"
143143
},
144144
"resolutions": {
145145
"jquery": "3.6.3",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3519,7 +3519,7 @@ app-root-dir@^1.0.2:
35193519
resolved "https://registry.yarnpkg.com/app-root-dir/-/app-root-dir-1.0.2.tgz#38187ec2dea7577fff033ffcb12172692ff6e118"
35203520
integrity sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g==
35213521

3522-
appdmg@^0.6.4:
3522+
appdmg@^0.6.6:
35233523
version "0.6.6"
35243524
resolved "https://registry.yarnpkg.com/appdmg/-/appdmg-0.6.6.tgz#d06bd82b530032fd7a8f0970a1c6ee6196e1efce"
35253525
integrity sha512-GRmFKlCG+PWbcYF4LUNonTYmy0GjguDy6Jh9WP8mpd0T6j80XIJyXBiWlD0U+MLNhqV9Nhx49Gl9GpVToulpLg==

0 commit comments

Comments
 (0)