Skip to content

Commit c05b60f

Browse files
committed
feat: update node engines in package.json
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
1 parent eb1998a commit c05b60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,6 @@
256256
},
257257
"license": "Artistic-2.0",
258258
"engines": {
259-
"node": "^12.13.0 || ^14.15.0 || >=16"
259+
"node": "^14.17.0 || ^16.0.0 || >=18.0.0"
260260
}
261261
}

0 commit comments

Comments
 (0)