Files
learn-languages/.drone.yml
goddonebianu be668778f0
Some checks reported errors
continuous-integration/drone/push Build encountered an error
...
2025-10-14 19:56:25 +08:00

15 lines
173 B
YAML

---
kind: pipeline
type: docker
name: learn-languages
platform:
os: linux
arch: amd64
steps:
- name: build
image: node-23-alpine
commands:
- npm ci
- npm build