language: node_js
node_js:
  - "22"
  - "24"
  - "26"

before_install:
  - npm install -g npm
  - npm conf set strict-ssl false
