Skip to content

Commit

Permalink
Indicate supported version in package.json
Browse files Browse the repository at this point in the history
Node 16 has been EOL for over a year, and hasn't been tested in CI since #743 was merged last year. The `engines` field in `package.json` should reflect this as well.
  • Loading branch information
lostfictions authored Sep 26, 2024
1 parent f45b4dd commit 86b78d4
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 @@ -43,7 +43,7 @@
}
},
"engines": {
"node": ">= 10"
"node": ">= 18"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit 86b78d4

Please sign in to comment.