WIP: upgrade to deno 1.40 #2

Closed
qpismont wants to merge 2 commits from upgrade-deno140 into main
2 changed files with 12 additions and 12 deletions
Showing only changes of commit e607d8b53f - Show all commits

View file

@ -1,8 +1,16 @@
steps:
build:
image: denoland/deno:1.40.1
image: denoland/deno:${DENO_VERSION}
commands:
- apt update
- apt install curl -y
- curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install -y nodejs
- deno task build
matrix:
DENO_VERSION:
- 1.39.2
- 1.39.3
- 1.39.4
- 1.40.0
- 1.40.1

View file

@ -1,13 +1,5 @@
steps:
lint:
image: denoland/deno:${DENO_VERSION}
image: denoland/deno:1.40.1
commands:
- deno lint
matrix:
DENO_VERSION:
- 1.39.2
- 1.39.3
- 1.39.4
- 1.40.0
- 1.40.1