Skip to content

Commit

Permalink
Update engines.node to latest minimum requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsukagoshi committed Feb 24, 2024
1 parent 6c9aa7b commit 762c40e
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 @@ -4,7 +4,7 @@
"description": "A CLI tool to test web accessibility on multiple web pages based on a list of URLs in a text file.",
"type": "module",
"engines": {
"node": ">=18.0.0"
"node": "^18.18.0 || >=20.0.0"
},
"exports": "./build/src/index.js",
"main": "build/src/index.js",
Expand Down

0 comments on commit 762c40e

Please sign in to comment.