Skip to content

Commit 15148f8

Browse files
authored
Fix typescript-4.3 version in the integration tests (#3153)
1 parent 10d26cc commit 15148f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrationTests/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"typescript-4.0": "npm:[email protected]",
1111
"typescript-4.1": "npm:[email protected]",
1212
"typescript-4.2": "npm:[email protected]",
13-
"typescript-4.3": "npm:typescript@4.2.x"
13+
"typescript-4.3": "npm:typescript@4.3.x"
1414
}
1515
}

0 commit comments

Comments
 (0)