language: node_js
os: linux
arch: arm64-graviton2
group: edge
node_js:
  - 'lts/*'
script: npm test
install:
  - npm install
