Skip to content

Commit

Permalink
feat: drop Node {10,11,12,13} support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node >= 14 required

14 is the oldest currently supported version. See https://github.com/nodejs/release#release-schedule
  • Loading branch information
jonasgloning committed Oct 29, 2022
1 parent 0f53038 commit b70ed79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -55,7 +55,7 @@
"@types/express": "^4.17.3",
"@types/ws": "^7.2.3",
"@types/mocha": "^7.0.2",
"@types/node": "^10.17.17",
"@types/node": "^14.18.33",
"@types/uuid": "^3.4.8",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
Expand All @@ -72,6 +72,6 @@
"typescript": "^4.1.2"
},
"engines": {
"node": ">=10"
"node": ">=14"
}
}

0 comments on commit b70ed79

Please sign in to comment.