NCIOCPL / ncids

NCI Design System
10 stars 5 forks source link

Bug: doesn't support current Node LTS version #1929

Open delfuego opened 6 days ago

delfuego commented 6 days ago

According to your developer documentation, developers should use the current Node LTS version — which is now Node v22 (specifically, v22.11.0). But the main package.json file here lists this as the node dependency:

"node": ">=20.0.0 <21.0.0",

meaning that Node 22 can't be used.