diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0189a00c..b33956c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [14, 16] + node: [14, 16, 18] runs-on: ${{ matrix.os }} steps: - name: Cancel Previous Runs