WIP: upgrade to deno 1.40 #2
2 changed files with 12 additions and 12 deletions
|
@ -1,8 +1,16 @@
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: denoland/deno:1.40.1
|
image: denoland/deno:${DENO_VERSION}
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install curl -y
|
- apt install curl -y
|
||||||
- curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install -y nodejs
|
- curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install -y nodejs
|
||||||
- deno task build
|
- deno task build
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
DENO_VERSION:
|
||||||
|
- 1.39.2
|
||||||
|
- 1.39.3
|
||||||
|
- 1.39.4
|
||||||
|
- 1.40.0
|
||||||
|
- 1.40.1
|
|
@ -1,13 +1,5 @@
|
||||||
steps:
|
steps:
|
||||||
lint:
|
lint:
|
||||||
image: denoland/deno:${DENO_VERSION}
|
image: denoland/deno:1.40.1
|
||||||
commands:
|
commands:
|
||||||
- deno lint
|
- deno lint
|
||||||
|
|
||||||
matrix:
|
|
||||||
DENO_VERSION:
|
|
||||||
- 1.39.2
|
|
||||||
- 1.39.3
|
|
||||||
- 1.39.4
|
|
||||||
- 1.40.0
|
|
||||||
- 1.40.1
|
|
Loading…
Reference in a new issue