inrupt / solid-client-notifications-js

solid-client-notifications-js-git-main-inrupt.vercel.app
MIT License
2 stars 3 forks source link

SDK-3357: Add node 22 to matrix and set as default #1036

Closed edwardsph closed 1 month ago

edwardsph commented 1 month ago

New feature description

Added Node 22 support.

edwardsph commented 1 month ago

Can you add node-version-file: ".nvmrc" to .github/e2e-browser.yml to the setup-node step? The docs mentions setting an explicit node version not mandatory, but strongly recommended.

It is already there except in ci and e2e-node where we use a matrix of versions instead.