Skip to content

Commit 57c4a26

Browse files
committed
Require node 20.3.0+
1 parent ccc555d commit 57c4a26

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
@@ -30,6 +30,6 @@
3030
"test": "echo running test && node --napi-modules test/test_binding.js"
3131
},
3232
"engines": {
33-
"node": ">=12.0.0"
33+
"node": ">=20.3.0"
3434
}
3535
}

0 commit comments

Comments
 (0)