2024-01-05 13:25:04 +01:00
|
|
|
steps:
|
2024-01-05 13:36:24 +01:00
|
|
|
build:
|
2024-01-26 15:02:33 +01:00
|
|
|
image: denoland/deno:${DENO_VERSION}
|
2024-01-05 13:25:04 +01:00
|
|
|
commands:
|
2024-01-05 13:35:00 +01:00
|
|
|
- apt update
|
2024-01-05 13:36:24 +01:00
|
|
|
- apt install curl -y
|
2024-01-05 13:35:00 +01:00
|
|
|
- curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install -y nodejs
|
2024-01-26 15:02:33 +01:00
|
|
|
- deno task build
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
DENO_VERSION:
|
|
|
|
- 1.39.2
|
|
|
|
- 1.39.3
|
|
|
|
- 1.39.4
|
|
|
|
- 1.40.0
|
|
|
|
- 1.40.1
|