Skip to content

Commit

Permalink
bump minimum node version requirement to >=10.24 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
shtaif committed Feb 10, 2025
1 parent c0c5a47 commit 9f56ad5
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 @@ -21,7 +21,7 @@
"bugs": "https://github.com/shtaif/Qyu/issues",
"engineStrict": true,
"engines": {
"node": ">=7.6.0"
"node": ">=10.24"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 9f56ad5

Please sign in to comment.