diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b9936f..1fd3a93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: if: github.event.pull_request.draft == false strategy: matrix: - node-version: [12, 14, 16] + node-version: [12, 14, 16, 18] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: