Skip to content

Commit 04c5b60

Browse files
Update node.js.yml
1 parent 18a9343 commit 04c5b60

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,5 +31,5 @@ jobs:
3131
cache-dependency-path: '**/package-lock.json'
3232
- run: npm ci
3333
- run: NODE_OPTIONS=--max_old_space_size=8192 npm run build --if-present
34-
- run: npx jest --clearCache
34+
- run: npm install --save-dev jest-environment-jsdom
3535
- run: npm run test --if-present

0 commit comments

Comments
 (0)