Skip to content

Commit

Permalink
bump min ts version to 4.4 to match definitelytyped at time of writing
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Sep 14, 2023
1 parent 47d4f45 commit 1fc118d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
- flavor: 2
node: 16
nodeFlag: 16
typescript: 4.2
typescriptFlag: 4_2
typescript: 4.4
typescriptFlag: 4_4
# Node 18
- flavor: 3
node: 18
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"@swc/core": ">=1.2.50",
"@swc/wasm": ">=1.2.50",
"@types/node": "*",
"typescript": ">=4.2"
"typescript": ">=4.4"
},
"peerDependenciesMeta": {
"@swc/core": {
Expand Down

0 comments on commit 1fc118d

Please sign in to comment.