diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78f1a37359..41cc612df6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -263,7 +263,7 @@ jobs: if: needs.job_get_metadata.outputs.changed_any_code == 'true' strategy: matrix: - node: [ '16.14.0', '18.12.1' ] + node: [ '18.12.1' ] name: Unit tests (Node ${{ matrix.node }}) steps: - uses: actions/checkout@v4 @@ -301,7 +301,7 @@ jobs: if: needs.job_get_metadata.outputs.changed_core == 'true' strategy: matrix: - node: [ '16.14.0', '18.12.1' ] + node: [ '18.12.1' ] env: - DB: mysql8 NODE_ENV: testing-mysql