summaryrefslogtreecommitdiff
path: root/.woodpecker.yml
blob: 404359ac9419d4375355974d1c3a6eeedab44868 (plain)
1
2
3
4
5
6
pipeline:
  test:
    image: node:lts
    commands:
      - npm install
      - npm test