version: 2
jobs:
  build:
    docker:
      - image: cimg/node:22.11.0
    steps:
      - checkout
      - run: npm install
      - run: npm test
