language: node_js

node_js:
  - 17

install:
  - npm install
