Skip to content

Commit

Permalink
BREAKING: Drop support for nodejs 8 and EOL non-LTS versions
Browse files Browse the repository at this point in the history
- Remove support for nodejs 8
- Remove support for EOL non-LTS versions (9, 11, 13, 15, 17, 19)
- Minor versions chosen to preserve compatibility with nodejs versions
  available in distro repos for:
  - Debian (down to 10/buster)
  - Ubuntu (down to 20.04 LTS/focal)
  - RHEL (down to 8)
  • Loading branch information
legobeat committed Sep 26, 2024
1 parent 866fb65 commit caeafd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"engines": {
"npm": ">=6",
"node": ">=8.17.0"
"node": "^10.19 || ^12.22 || ^14.21 || ^16.14 || ^18.13 || >=20.10"
},
"babel": {
"plugins": [
Expand Down

0 comments on commit caeafd4

Please sign in to comment.