Skip to content

Commit

Permalink
Stick to older TypeScript version
Browse files Browse the repository at this point in the history
TypeScript 5.1+ does not work in Node 12, which pack-format tests still need to work for.
  • Loading branch information
Nixinova committed Jun 10, 2023
1 parent f618930 commit fba900c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"license": "ISC",
"devDependencies": {
"@types/node": "ts5.1",
"typescript": "~5.1.3"
"@types/node": "ts5.0",
"typescript": "~5.0.4"
}
}

0 comments on commit fba900c

Please sign in to comment.