Skip to content

Commit 1fecf7f

Browse files
authoredMar 25, 2021
build: follow Jest node engines (#2478)
BREAKING CHANGE `ts-jest` now uses the same node engines like Jest. This change can cause installation issue for users who install `ts-jest` with unsupported node versions. It is recommended to use Jest supported node engines, see https://github.com/facebook/jest/blob/master/package.json#L146
1 parent 3bcf2b9 commit 1fecf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,6 @@
138138
]
139139
},
140140
"engines": {
141-
"node": ">= 10"
141+
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
142142
}
143143
}

0 commit comments

Comments
 (0)
Please sign in to comment.