Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dependency upgrade v6.4.0 #479

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft
Prev Previous commit
Next Next commit
boost ram
  • Loading branch information
RPDeshaies committed Aug 22, 2023
commit dbafe91b2cee2318d2c11a539fdde8e7dcf15f94
5 changes: 4 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ jobs:
chromatic-deployment:
# Operating System
runs-on: ubuntu-latest
env:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
NODE_OPTIONS: --max-old-space-size=6144
# Job steps
steps:
# Checkout
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0 #
fetch-depth: 0 #
# Use Node
- name: Use Node
uses: actions/setup-node@v2
Expand Down