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 a22623d commit 2a431e3Copy full SHA for 2a431e3
.github/workflows/nodejs.yml
@@ -50,4 +50,4 @@ jobs:
50
- name: install
51
run: yarn
52
- name: run tests
53
- run: yarn test
+ run: NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" yarn test
0 commit comments