Skip to content

Commit

Permalink
fix(deps): upgrade to webpack 6.75.0 (#609)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Roberts <[email protected]>
  • Loading branch information
mttrbrts authored Feb 21, 2023
1 parent 30590fc commit ffdcd6a
Show file tree
Hide file tree
Showing 4 changed files with 13,156 additions and 3,635 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:

- run: npm ci
- run: npm run build --if-present
- run: npm test
- env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: npm test

- name: Calculate code coverage
run: npm run coverage
Expand Down
Loading

0 comments on commit ffdcd6a

Please sign in to comment.