Skip to content

Commit cdc6f18

Browse files
authored
update minimum node version to 20.19.3 (#604)
1 parent a6db5a6 commit cdc6f18

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": ">=20.18"
69+
"node": ">=20.19.3"
7070
}
7171
}

0 commit comments

Comments
 (0)