Skip to content

Commit f6c2f62

Browse files
authored
ci: remove --no-experimental-strip-types (#6094)
1 parent 320d045 commit f6c2f62

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/unit-test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ jobs:
5858
run: npm run compile
5959

6060
- run: npm test
61-
if: ${{ matrix.node_version != '22' && matrix.node_version != '24' || matrix.node_version != '25' }}
62-
# Node.js type stripping conflicts with mocha usage of ts-node.
63-
# See https://github.com/open-telemetry/opentelemetry-js/issues/5415
64-
- run: npm test
65-
env:
66-
NODE_OPTIONS: '--no-experimental-strip-types'
67-
if: ${{ matrix.node_version == '22' || matrix.node_version == '24' || matrix.node_version == '25' }}
6861

6962
- name: Report Coverage
7063
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
@@ -97,8 +90,6 @@ jobs:
9790
9891
- name: Unit tests
9992
run: npm run test
100-
env:
101-
NODE_OPTIONS: '--no-experimental-strip-types'
10293
browser-tests:
10394
runs-on: ubuntu-latest
10495
steps:

0 commit comments

Comments
 (0)