Skip to content

Commit 8b0495d

Browse files
authored
Update node.js.yml
1 parent 9339eb2 commit 8b0495d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: npm install --force
3232
- run: npm run install-react-mui
3333
- 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
34+
- 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
3535
- name: Codecov
3636
uses: codecov/codecov-action@v1.5.2
3737

0 commit comments

Comments
 (0)