Skip to content

Commit

Permalink
[website] update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Jul 25, 2024
1 parent 6ecad83 commit 966d73d
Show file tree
Hide file tree
Showing 5 changed files with 916 additions and 1,178 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:

- name: Build
run: npm run build
env:
NODE_OPTIONS: --max_old_space_size=4096

- name: Test
id: test
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Build
run: npm run build
env:
NODE_OPTIONS: --max_old_space_size=4096

- name: Website
run: npm run website
Expand Down
Loading

0 comments on commit 966d73d

Please sign in to comment.