diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 6b2ecd0..db47ee1 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15.x, 16.x, 17.x, 18.x] + node-version: [16.x, 17.x, 18.x, 20.x] name: 'Integration Node v${{ matrix.node-version }}'