Skip to content

Commit

Permalink
Move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Aug 9, 2024
1 parent 420d4c1 commit 558acfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"!imports": [ "node-14" ]
},
"macos": {
"_comment": "Mac OS (arm64) has only experimental support for Node v15 and earlier, so stick to Node v16, see Node v15 docs: https://github.com/nodejs/node/blob/v15.x/BUILDING.md#platform-list",
"architectures": {
"arm64": {
"_comment": "Mac OS (arm64) has only experimental support for Node v15 and earlier, so stick to Node v16, see Node v15 docs: https://github.com/nodejs/node/blob/v15.x/BUILDING.md#platform-list",
"!imports": [ "node-16" ]
}
}
Expand Down

0 comments on commit 558acfe

Please sign in to comment.