Skip to content

Commit

Permalink
Fixing CI by ensuring typescript 4.7.3 is installed instead of 4.8.X.
Browse files Browse the repository at this point in the history
Waiting for news on this
microsoft/TypeScript#41044
  • Loading branch information
SoTrx committed Aug 31, 2022
1 parent 20de457 commit ca1b930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
"prettier": "^2.6.2",
"ts-jest": "^28.0.4",
"typedoc": "^0.23.5",
"typescript": "^4.7.3"
"typescript": "4.7.3"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand Down

0 comments on commit ca1b930

Please sign in to comment.