Skip to content

Commit

Permalink
Support all LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Silbermann committed Dec 2, 2023
1 parent d68196f commit 27d1c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,4 @@ Please file an issue for runtimes that are not included in this list.

<!-- #nodejs-suppport Should match CI test matrix -->

- Node.js `14.x || 16.x || 17.x || 18.x || 19.x`
- Node.js `16.x || 18.x || 20.x`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:unit": "jest"
},
"engines": {
"node": "20.x"
"node": "16.x || 18.x || 20.x"
},
"dependencies": {
"@babel/core": "^7.17.8",
Expand Down

0 comments on commit 27d1c14

Please sign in to comment.