Skip to content

Commit 56ae68e

Browse files
authored
fix: strip types supported version
1 parent e91466a commit 56ae68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const {
6060
export const MTS_SUPPORTED_NODE_VERSION = 16
6161
export const LOADER_SUPPORTED_NODE_VERSION = 20
6262
export const STRIP_TYPES_DEFAULT_NODE_VERSION = 23.6
63-
export const STRIP_TYPES_SUPPORTED_NODE_VERSION = 22
63+
export const STRIP_TYPES_SUPPORTED_NODE_VERSION = 22.6
6464

6565
const NODE_VERSION = Number.parseFloat(process.versions.node)
6666
const STRIP_TYPES_FLAG = '--experimental-strip-types'

0 commit comments

Comments
 (0)