Skip to content

Commit

Permalink
feat: drop support Node 12
Browse files Browse the repository at this point in the history
BREAKING CHANGE
Node 12 is EOL
  • Loading branch information
anh.pham committed Apr 30, 2022
1 parent 18e1ee9 commit 04195d5
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": "^12.20.0 || ^14.15.0 || >=16.10.0"
"node": "^14.15.0 || >=16.10.0"
},
"main": "build/index.js",
"repository": {
Expand Down

0 comments on commit 04195d5

Please sign in to comment.