drone-test/.drone.yml

11 lines
124 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: node:14
commands:
- node hello.js