Skip to content

Commit 1fecf7f

Browse files
authored
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

Lines changed: 1 addition & 1 deletion
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)