Skip to content

Commit

Permalink
refactor(deno)!: support deno ^1.21.0 (removed 1.20.x from CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Apr 27, 2022
1 parent 94a2ecb commit 764db58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,12 @@ jobs:
- run: npm run test

deno:
continue-on-error: ${{ matrix.experimental || false }}
strategy:
fail-fast: false
matrix:
deno-version:
- v1.20.1
- v1.21.0
- v1
include:
- experimental: true
deno-version: canary

runs-on: ubuntu-latest
steps:
Expand All @@ -51,4 +47,4 @@ jobs:
with:
deno-version: ${{ matrix.deno-version }}
- name: Test Deno Definitions
run: deno run src/index.ts
run: deno check src/index.ts
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The supported javascript runtimes include ones that

Other than browsers the supported runtimes are

- Deno (v1.20.1 and newer)
- Deno (^1.21.0)
- Cloudflare Workers
- Vercel Edge Functions
- Next.js Middlewares
Expand Down

0 comments on commit 764db58

Please sign in to comment.