diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20bed2f6..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: [10.x, 12.x, 14.x, 15.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: [10.x, 12.x, 14.x, 15.x, 16.x] + node-version: [18.x, 20.x] ts-project: [src/tsconfig.json, src/tsconfig-es6.json] env: TS_NODE_PROJECT: ${{ matrix.ts-project }} @@ -91,4 +91,4 @@ jobs: uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # renovate: tag=v2 with: directory: coverage/ - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: true