diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2249837746..b12cde0a5f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v2 @@ -42,4 +42,4 @@ jobs: needs: [matrix] runs-on: ubuntu-latest steps: - - run: echo "Test matrix finished" \ No newline at end of file + - run: echo "Test matrix finished"