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 9339eb2 commit 8b0495dCopy full SHA for 8b0495d
.github/workflows/node.js.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: npm install --force
32
- run: npm run install-react-mui
33
- run: npm run build
34
- - run: node --max-old-space-size=4096 node_modules/.bin/jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
+ - run: node --experimental-vm-modules --max-old-space-size=4096 node_modules/.bin/jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
35
- name: Codecov
36
uses: codecov/codecov-action@v1.5.2
37
0 commit comments