Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 }}