diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 336c109..0735135 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - deno: [1.x, canary, ~1.7, e7b7129b7a92b7500ded88f8f5baa25a7f59e56e] + deno: [1.x, "1.8.2", canary, ~1.7, e7b7129b7a92b7500ded88f8f5baa25a7f59e56e] steps: - uses: actions/checkout@v2