Skip to content

Commit

Permalink
refactor: drop support for Node.js <18
Browse files Browse the repository at this point in the history
BREAKING CHANGE

The support versions are `^18.19.1 || ^20.11.1 || >=22.0.0`
  • Loading branch information
ahnpnl committed Feb 27, 2025
1 parent a6b908f commit aeef774
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": "Jest preset configuration for Angular projects",
"license": "MIT",
"engines": {
"node": "^14.15.0 || >=16.10.0"
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand Down

0 comments on commit aeef774

Please sign in to comment.