Skip to content

Commit 016d99f

Browse files
committed
fix: Fix example CI pipeline by limiting TS to 5.0
1 parent e97a4d2 commit 016d99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"build": "tsc -p tsconfig.json"
1212
},
1313
"devDependencies": {
14-
"typescript": ">=3.0"
14+
"typescript": ">=3.0 && <5.1"
1515
}
1616
}

0 commit comments

Comments
 (0)