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.18.2
  • Loading branch information
Xunnamius committed Jan 6, 2024
1 parent fa87793 commit 702cb44
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 @@ -234,7 +234,7 @@
}
},
"engines": {
"node": ">=12"
"node": "^18.18.2 || ^20.10.0 || >=21.2.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 702cb44

Please sign in to comment.