Skip to content

Commit 1a79fcf

Browse files
committed
package: minimum node version is 18
1 parent e807c44 commit 1a79fcf

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
@@ -66,6 +66,6 @@
6666
"custom_plugins": "NODE_ENV=test_with_custom_plugins PORT=8080 mocha --exit test/custom_plugins.js"
6767
},
6868
"engines": {
69-
"node": ">=14.0"
69+
"node": ">=18.0"
7070
}
7171
}

0 commit comments

Comments
 (0)