.drone.yml: Fix syntax again...
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-12-10 12:34:56 +02:00
parent ee1db3b572
commit 8bcca9be7c

View File

@ -9,7 +9,7 @@ steps:
- npm install
- npm run dist
--
---
kind: pipeline
type: docker
name: node12
@ -21,7 +21,7 @@ steps:
- npm install
- npm run dist
--
---
kind: pipeline
type: docker
name: node14