We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9914c commit f8bc8c1Copy full SHA for f8bc8c1
1 file changed
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
23
24
- run: npm run ci-tests
25
env:
26
+ NODE_DEBUG: net,http,tls
27
# Node v18 needs webcrypto, Node v22+ needs no strip-types (because we use ts-node for full TS instead)
28
NODE_OPTIONS: >-
29
${{ startsWith(matrix.node-version, '18') && '--experimental-global-webcrypto' ||
0 commit comments