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.
2 parents 40958ef + 04c5b60 commit ffb2c59Copy full SHA for ffb2c59
.github/workflows/node.js.yml
@@ -31,4 +31,5 @@ jobs:
31
cache-dependency-path: '**/package-lock.json'
32
- run: npm ci
33
- run: NODE_OPTIONS=--max_old_space_size=8192 npm run build --if-present
34
+ - run: npm install --save-dev jest-environment-jsdom
35
- run: npm run test --if-present
0 commit comments