Revert bun -> node
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2022-10-14 15:38:55 +02:00
rodič 98e0c29835
revize 18c784a18f
1 změnil soubory, kde provedl 3 přidání a 3 odebrání

Zobrazit soubor

@ -1,9 +1,9 @@
pipeline:
build:
image: jarredsumner/bun:edge
image: node
commands:
- bun i
- bun run build
- npm ci
- npm run build
deploy:
image: rclone/rclone
commands: