summaryrefslogtreecommitdiff
path: root/.woodpecker.yml
blob: 045171de43d9b342426dc76b52faf36feea107df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pipeline:
  install:
    image: node:lts
    commands:
      - npm install
  audit:
    image: node:lts
    commands:
      - npm audit
  test:
    image: node:lts
    commands:
      - npm test