Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ name: checker

steps:
- name: node-modules
image: node:13
image: node:13.14.0
commands:
- npm ci
- name: checkers
image: node:13
image: node:13.14.0
commands:
- npm run eslint
- npm run validate-configs
Expand All @@ -26,11 +26,11 @@ name: latest-test

steps:
- name: node-modules
image: node:13
image: node:13.14.0
commands:
- npm ci
- name: test-run-latest
image: node:13
image: node:13.14.0
commands:
- npm run start -- build

Expand All @@ -47,11 +47,11 @@ name: latest-krankerl-enabled-test

steps:
- name: node-modules
image: node:13
image: node:13.14.0
commands:
- npm ci
- name: test-run-krankerl
image: node:13
image: node:13.14.0
commands:
- npm run start -- build --exec-krankerl-cmds true > /dev/null 2>&1

Expand All @@ -68,11 +68,11 @@ name: nc-22-test

steps:
- name: node-modules
image: node:13
image: node:13.14.0
commands:
- npm ci
- name: test-run
image: node:13
image: node:13.14.0
commands:
- npm run start -- build --nc-version v22.2.5

Expand All @@ -90,11 +90,11 @@ name: master-build-test

steps:
- name: node-modules
image: node:13
image: node:13.14.0
commands:
- npm ci
- name: test-run-master
image: node:13
image: node:13.14.0
commands:
- npm run start -- build --nc-version master

Expand Down