Skip to content

Commit

Permalink
try increasing memory size for install action
Browse files Browse the repository at this point in the history
  • Loading branch information
corteggiano committed Nov 19, 2024
1 parent 216e757 commit 33d0c24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/detect-breaking-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install
run: |
export NODE_OPTIONS="--max-old-space-size=4096"
yarn install
- name: Build plugin
run: yarn build
- name: Compatibility check
Expand Down

0 comments on commit 33d0c24

Please sign in to comment.