Skip to content

Commit

Permalink
trying to adjust ram in case its github limit
Browse files Browse the repository at this point in the history
  • Loading branch information
aritkulova committed Dec 28, 2024
1 parent 23d8373 commit 6203019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ./.github/actions/setup
- name: Compile
env:
NODE_OPTIONS: "--max_old_space_size=16384"
NODE_OPTIONS: "--max_old_space_size=15999"
run: npm run compile
- name: Run tests
run: npm run test

0 comments on commit 6203019

Please sign in to comment.