Skip to content

Commit

Permalink
Switch to a TypeScript version 5.3.3
Browse files Browse the repository at this point in the history

---------

Signed-off-by: Augustus Kling <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
Co-authored-by: Jan Kowalleck <[email protected]>
  • Loading branch information
AugustusKling and jkowalleck authored Nov 7, 2024
1 parent 61397bb commit 9c3962e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ jobs:
node-version:
## action based on https://github.com/actions/node-versions/releases
## see also: https://nodejs.org/en/about/releases/
- '22' # Current
- '20' # LTS
- '22' # LTS
- '20'
- '18' # lowest supported
os:
- 'ubuntu-latest'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"devDependencies": {
"@types/hosted-git-info": "^3.0.5",
"@types/mocha": "^10.0.6",
"@types/node": "ts5.6",
"@types/node": "ts5.3",
"@types/normalize-package-data": "^2.4.4",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand All @@ -89,7 +89,7 @@
"mocha": "10.7.3",
"npm-run-all2": "^6.1.2",
"rimraf": "^5.0.5",
"typescript": "5.6.2"
"typescript": "5.3.3"
},
"type": "commonjs",
"engines": {
Expand Down

0 comments on commit 9c3962e

Please sign in to comment.