diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ce425d..98f1afb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,10 +37,6 @@ jobs: ) runs-on: ubuntu-latest timeout-minutes: 15 - strategy: - fail-fast: false - matrix: - node: [ '22', '23', '24' ] env: TZ: Europe/Istanbul # Set timezone for entire job @@ -56,11 +52,9 @@ jobs: npm run qc npm run citest env: - NODE_OPTIONS: "--max_old_space_size=4096 --no-experimental-strip-types" + NODE_OPTIONS: "--max_old_space_size=4096" - name: Send coverage to Coveralls uses: coverallsapp/github-action@v2 - # Run only once - if: ${{ matrix.node == '22' }} with: github-token: ${{ secrets.GITHUB_TOKEN }}