Skip to content

Commit

Permalink
feat: update node engines in package.json
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `npm` is now compatible with the following semver range
for node: `^14.17.0 || ^16.0.0 || >=18.0.0`

Ref: npm/statusboard#519
  • Loading branch information
lukekarrys committed Sep 6, 2022
1 parent eb1998a commit c05b60f
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 @@ -256,6 +256,6 @@
},
"license": "Artistic-2.0",
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
"node": "^14.17.0 || ^16.0.0 || >=18.0.0"
}
}

0 comments on commit c05b60f

Please sign in to comment.