diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2a58cfa..49b86feb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - node-version: [[6.14, 12.x], [14.x], [16.x]] + node-version: [[6.14, 14.x], [18.x]] steps: - name: Checkout uses: actions/checkout@v3 @@ -33,4 +33,4 @@ jobs: env: # Set the API key for the integration tests. In the future, all tests will rely on snapshots. An API key will # then only be required to update those snapshots. The API key can then be removed from this file. - API_KEY: test_4kQQbBMEFh8QAuKVaWdpKuRpVSsdVG \ No newline at end of file + API_KEY: test_4kQQbBMEFh8QAuKVaWdpKuRpVSsdVG