#212 removed support for node 18, but also removed support for 19, 21, 23, 25, 26, and any other future versions.
This should be reverted back to the syntax used previously, which supported higher versions than the minimum:
I will create a PR to change it to "node": ">=20"
#212 removed support for node 18, but also removed support for 19, 21, 23, 25, 26, and any other future versions.
node-apn/package.json
Line 68 in 4912793
This should be reverted back to the syntax used previously, which supported higher versions than the minimum:
node-apn/package.json
Line 68 in 480d230
I will create a PR to change it to
"node": ">=20"