Skip to content

Commit

Permalink
test: node >= 12 & deno >= 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchen committed Feb 6, 2021
1 parent 8adfeb1 commit 898ed20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
node-test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 4
matrix:
os:
- ubuntu-latest
- windows-latest
node: [10.x, 12.x, 14.x]
node: [12.x, 14.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -35,12 +36,13 @@ jobs:
deno-test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 4
matrix:
os:
- ubuntu-latest
- windows-latest
deno: ["v1.0.0", "v0.42.0", "v1.x", "v0.x", "nightly"]
deno: ["v1.3", "v1.5", "v1.x", "nightly"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 898ed20

Please sign in to comment.