Skip to content

Commit

Permalink
fix: node 版本要求 >= 14
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Apr 1, 2023
1 parent 80e4d9a commit 2e7f31c
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": ">=14"
},
"engineStrict": true,
"sideEffects": false,
Expand Down

0 comments on commit 2e7f31c

Please sign in to comment.