We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7494a9e commit faeeb7bCopy full SHA for faeeb7b
.github/workflows/ci.yml
@@ -23,10 +23,9 @@ jobs:
23
24
- run: npm run ci-tests
25
env:
26
- # Node v18 needs webcrypto, Node v22+ needs no strip-types (because we use ts-node for full TS instead)
+ # Node v22+ needs no strip-types (because we use ts-node for full TS instead)
27
NODE_OPTIONS: >-
28
- ${{ startsWith(matrix.node-version, '18') && '--experimental-global-webcrypto' ||
29
- (!startsWith(matrix.node-version, '20') && !startsWith(matrix.node-version, '18') && '--no-experimental-strip-types') || '' }}
+ ${{ (!startsWith(matrix.node-version, '20') && '--no-experimental-strip-types') || '' }}
30
31
- name: Deploy docs
32
if: github.ref == 'refs/heads/main' && matrix.node-version == 'v22.14.0'
0 commit comments