diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 76e8ce0..5cc3d07 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -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 \ No newline at end of file diff --git a/.woodpecker/.publish.yml b/.woodpecker/.publish.yml index 75f6c52..3ee2273 100644 --- a/.woodpecker/.publish.yml +++ b/.woodpecker/.publish.yml @@ -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: