switch-to-deno #1

Merged
qpismont merged 12 commits from switch-to-deno into main 2024-01-25 22:01:26 +01:00
2 changed files with 6 additions and 3 deletions
Showing only changes of commit 569fb8f6ce - Show all commits

View file

@ -1,8 +1,8 @@
steps:
lint:
build:
image: denoland/deno:1.39.2
commands:
- apt update
- apt install curl
- apt install curl -y
- curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install -y nodejs
- deno task build

View file

@ -2,9 +2,12 @@ when:
branch: main
steps:
lint:
publish:
image: denoland/deno:1.39.2
commands:
- apt update
- apt install curl -y
- curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install -y nodejs
- deno task publish
depends_on: