diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8176b37..53d2cd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [14.x, 16.x] + node: [18.x, 20.x, 21.x] deno: ['1'] steps: - uses: actions/checkout@v2