Skip to content

Commit

Permalink
make M1 compatible (#24)
Browse files Browse the repository at this point in the history
* make M1 compatible

`"node": "^15.0.1",` causes crash in M1 chips: aredridel/node-bin-gen#126

* upperbound node at 16.x

upperbound node at 16.x to compensate for deleting node = 15.x for [dependencies]

Co-authored-by: Hoon Kim <[email protected]>
  • Loading branch information
VadneyK and hoonsubin authored Jun 10, 2021
1 parent b17bc03 commit bf4d78a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cli": "NODE_ENV=development ts-node -r dotenv/config scripts/run.ts"
},
"engines": {
"node": ">=12.x"
"node": ">=16.x"
},
"funding": {
"type": "patreon",
Expand Down Expand Up @@ -77,7 +77,6 @@
"dashdash": "^2.0.0",
"fs-extra": "^9.0.1",
"lodash": "^4.17.20",
"node": "^15.0.1",
"node-fetch": "^2.6.1",
"query-string": "^6.13.6",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit bf4d78a

Please sign in to comment.