Skip to content

Commit

Permalink
Update altcamplive.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Boye95 committed Nov 12, 2023
1 parent b835cb8 commit a27a5ae
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/altcamplive.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,17 @@ jobs:
touch .env
echo VITE_TINY_KEY=${{ secrets.VITE_TINY_KEY }} >> .env
echo VITE_GA_ID=${{ secrets.VITE_GA_ID }} >> .env
echo VITE_BASE_URL=${{ secrets.VITE_BASE_URL }} >> .env
echo VITE_BASE_URL=${{ secrets.VITE_BASE_URL }} >> .env
- name: "Check Node.js version"
run: |
node -v
- name: "Install Node.js"
uses: actions/setup-node@v3
with:
node-version: "16"

- name: "Increase node space"
run: |
export NODE_OPTIONS=–max-old-space-size=8192
Expand Down

0 comments on commit a27a5ae

Please sign in to comment.