Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
add current node LTS, 20.x, to list of "engines"
removes warning for 20.x users
  • Loading branch information
epreston authored Nov 2, 2023
1 parent 2b4e92f commit 4c7b7d3
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 @@ -12,7 +12,7 @@
"test:unit": "jest"
},
"engines": {
"node": "14.x || 16.x || 17.x || 18.x || 19.x"
"node": "14.x || 16.x || 17.x || 18.x || 19.x || 20.x"
},
"dependencies": {
"@babel/core": "^7.17.8",
Expand Down

0 comments on commit 4c7b7d3

Please sign in to comment.