diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ac1860d..1bc5aa2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] ts-project: [src/tsconfig.json, src/tsconfig-es6.json] env: TS_NODE_PROJECT: ${{ matrix.ts-project }} @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] ts-project: [src/tsconfig.json, src/tsconfig-es6.json] env: TS_NODE_PROJECT: ${{ matrix.ts-project }}