Skip to content

Commit 5205ebc

Browse files
package updated
1 parent 48e8d22 commit 5205ebc

File tree

3 files changed

+471
-2
lines changed

3 files changed

+471
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ jobs:
3030
cache: 'npm'
3131
cache-dependency-path: 'src/frontend/package-lock.json'
3232
- run: npm ci
33+
- run: npm install --save-dev jest-environment-jsdom # Install missing package
3334
- run: NODE_OPTIONS=--max_old_space_size=8192 npm run build --if-present
3435
- run: npm run test --if-present

0 commit comments

Comments
 (0)