diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 306108c..22a1756 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [14, 16] + node: [14, 16, 18] name: Node ${{ matrix.node }} steps: - uses: actions/checkout@v2