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 89561ad commit 1cfd4d2Copy full SHA for 1cfd4d2
.github/workflows/node.js.yml
@@ -25,3 +25,5 @@ jobs:
25
node-version: ${{ matrix.node-version }}
26
- run: npm install
27
- run: npm test
28
+ env:
29
+ NODE_OPTIONS: "--no-experimental-strip-types"
0 commit comments