Skip to content

Commit b9324c2

Browse files
committed
build: require Node.js 14.18 or later
Support for the `node:` prefix was backported to Node.js 14 in 14.18, which is required by eslint-plugin-unicorn. BREAKING CHANGE: Drop support for Node.js < 14.18. Signed-off-by: Kevin Locke <[email protected]>
1 parent 0f221b6 commit b9324c2

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
@@ -74,7 +74,7 @@
7474
"peer-version-check": "^0.1.0"
7575
},
7676
"engines": {
77-
"node": "^14.14 || ^16",
77+
"node": "^14.18 || ^16",
7878
"npm": ">=1.3.7"
7979
}
8080
}

0 commit comments

Comments
 (0)