Skip to content

Commit f8bc8c1

Browse files
committed
WIP: Enable node logging to debug v24.5 tests issue
1 parent cc9914c commit f8bc8c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323

2424
- run: npm run ci-tests
2525
env:
26+
NODE_DEBUG: net,http,tls
2627
# Node v18 needs webcrypto, Node v22+ needs no strip-types (because we use ts-node for full TS instead)
2728
NODE_OPTIONS: >-
2829
${{ startsWith(matrix.node-version, '18') && '--experimental-global-webcrypto' ||

0 commit comments

Comments
 (0)