diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0feb6506a..aed42b3cde 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x, 18.x] name: Node v${{ matrix.node-version }} on ${{ inputs.os }} runs-on: ${{ inputs.os }}