Skip to content

Commit

Permalink
build(package)!: bump minimum supported node versions to maintained
Browse files Browse the repository at this point in the history
BREAKING CHANGE: minimum supported Node.js version is now 18.19.0
  • Loading branch information
Xunnamius committed Mar 13, 2024
1 parent 266c219 commit ee6f7da
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 @@ -183,7 +183,7 @@
}
},
"engines": {
"node": "^14.20.0 || ^16.16.0 || >=18.5.0"
"node": "^18.19.0 || ^20.10.0 || >=21.3.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ee6f7da

Please sign in to comment.