Skip to content

Commit

Permalink
Update altcamplive.js.yml
Browse files Browse the repository at this point in the history
Increase memory for nodejs
  • Loading branch information
Boye95 committed Nov 12, 2023
1 parent 08da4c6 commit 2740b0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/altcamplive.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
echo VITE_BASE_URL=${{ secrets.VITE_BASE_URL }} >> .env
- name: "Install dependencies"
run: |
export NODE_OPTIONS=–max-old-space-size=2048
npm install
- name: "Build"
run: |
Expand Down

0 comments on commit 2740b0f

Please sign in to comment.