labyrinth-frontend/.drone.yml
Manuel Friedli 78b8772eff
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Use node 22 in CI.
2025-01-08 22:43:58 +01:00

16 lines
251 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: install
image: node:22-alpine
commands:
- npm install
- npm run lint
- npm run build
when:
branch:
include:
- main
- feature/*