Skip to content

Commit

Permalink
chore: set node version to >= 18 (#556)
Browse files Browse the repository at this point in the history
this will be the new baseline for 6.0.0

Fixes N/A
  • Loading branch information
codymikol committed Oct 21, 2023
1 parent 0a54d96 commit 189a8e3
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 @@ -9,7 +9,7 @@
"bugs": "https://github.com/webpack-contrib/karma-webpack/issues",
"main": "lib",
"engines": {
"node": ">= 10"
"node": ">= 18"
},
"scripts": {
"commitlint": "commitlint",
Expand Down

0 comments on commit 189a8e3

Please sign in to comment.