Skip to content

Commit f58b953

Browse files
integrationTests: test package with TS 4.2 (#3036)
1 parent ff54195 commit f58b953

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integrationTests/ts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"typescript-3.8": "npm:typescript@3.8.x",
1010
"typescript-3.9": "npm:typescript@3.9.x",
1111
"typescript-4.0": "npm:typescript@4.0.x",
12-
"typescript-4.1": "npm:typescript@4.1.x"
12+
"typescript-4.1": "npm:typescript@4.1.x",
13+
"typescript-4.2": "npm:typescript@4.2.x"
1314
}
1415
}

0 commit comments

Comments
 (0)