smartbanner.js
smartbanner.js copied to clipboard
Support for Node 22
I see a limit for node < 22.0 Any reason why not using 22 yet?
in package.json
"engines": {
"node": ">=10.24.1 <22.0.0"
},