Skip to content

Commit

Permalink
Merge pull request #185 from ttsukagoshi/update-node
Browse files Browse the repository at this point in the history
Bump required Node.js version to >=18.0.0
  • Loading branch information
ttsukagoshi authored Feb 24, 2024
2 parents bb157db + 8973f5e commit 0ff6c21
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": ">=16.0.0"
"node": ">=18.0.0"
},
"exports": "./build/src/index.js",
"main": "build/src/index.js",
Expand Down

0 comments on commit 0ff6c21

Please sign in to comment.