Skip to content

Commit aeef774

Browse files
committed
refactor: drop support for Node.js <18
BREAKING CHANGE The support versions are `^18.19.1 || ^20.11.1 || >=22.0.0`
1 parent a6b908f commit aeef774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Jest preset configuration for Angular projects",
55
"license": "MIT",
66
"engines": {
7-
"node": "^14.15.0 || >=16.10.0"
7+
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
88
},
99
"main": "build/index.js",
1010
"typings": "build/index.d.ts",

0 commit comments

Comments
 (0)