Skip to content

Commit

Permalink
avoid node 23 warning for experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Sinner committed Dec 11, 2024
1 parent df1aeda commit 554e518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ jobs:
max_attempts: 3
retry_on: error
command: yarn jest-coverage --color --config jest.config.ci.mjs --max-workers ${{ steps.cpu-cores.outputs.count }} --shard=${{ matrix.shard }}
env:
NODE_OPTIONS: '--disable-warning=ExperimentalWarning'
- name: map coverage
run: node ./scripts/mapCoverage.mjs
if: always()
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
max_attempts: 3
retry_on: error
command: yarn test-ci-partial:parallel --max-workers ${{ steps.cpu-cores.outputs.count }} --shard=${{ inputs.shard }}
env:
NODE_OPTIONS: '--disable-warning=ExperimentalWarning'

test-jasmine:
name: Node LTS using jest-jasmine2
Expand Down

0 comments on commit 554e518

Please sign in to comment.