Skip to content

Commit

Permalink
Bring forward Deno versions in CI (#25)
Browse files Browse the repository at this point in the history
* Bring forward Deno versions in CI

* v1.20 no longer
  • Loading branch information
danopia authored May 2, 2024
1 parent f33a344 commit 1e6fb04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deno-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
strategy:
matrix:
deno-version:
- v1.20
- v1.25
- v1.30
- v1.35
- v1.40
- canary
fail-fast: false # run each branch to completion

Expand All @@ -45,7 +46,7 @@ jobs:

- name: Check src/main.ts
if: always()
run: time deno cache src/main.ts
run: time deno check src/main.ts

- name: Run test suite
if: always()
Expand All @@ -63,7 +64,7 @@ jobs:
- name: Use Deno stable
uses: denoland/setup-deno@v1
with:
deno-version: v1.30
deno-version: v1.40
- name: Cache https://
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM denoland/deno:alpine-1.30.1
FROM denoland/deno:alpine-1.40.0
WORKDIR /src/kubernetes-dns-sync

ADD src/deps.ts ./
Expand Down

0 comments on commit 1e6fb04

Please sign in to comment.