Skip to content

Commit

Permalink
fix: 修改 node 版本要求 >= 12
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Apr 1, 2023
1 parent 43aa65d commit 5f7750b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "npm run build:types && npm run build:files"
},
"engines": {
"node": ">=16"
"node": ">=12"
},
"engineStrict": true,
"sideEffects": false,
Expand Down

0 comments on commit 5f7750b

Please sign in to comment.