Skip to content

Commit 2d0424c

Browse files
author
Allon Mureinik
committed
fix(package.json) Explicit drop support for node<18
Followup to pillarjs#54: That PR added a statement that support for node<18 is dropped, and amended the CI accordingly. This PR builds on that and makes this support statement explicit in the package.json.
1 parent 42a0a2a commit 2d0424c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"index.js"
3636
],
3737
"engines": {
38-
"node": ">= 0.8"
38+
"node": ">= 18"
3939
},
4040
"scripts": {
4141
"lint": "eslint .",

0 commit comments

Comments
 (0)