Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
ci: more ram
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Apr 17, 2024
1 parent 1d947e7 commit 6081530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
# uses: lhotari/action-upterm@v1
- name: Run type checks
run: pnpm run typecheck
env:
NODE_OPTIONS: --max-old-space-size=4096

# TODO: Figure out a pattern to make environment variables parsed / required on demand rather than on startup time
# Ideally have a way to switch between the two... Where we can also choose proactive parsing for sanity checking...
Expand Down

0 comments on commit 6081530

Please sign in to comment.