Skip to content

Commit

Permalink
Reduce memory reservation and switch image again
Browse files Browse the repository at this point in the history
  • Loading branch information
Spenhouet committed Jun 14, 2023
1 parent 146d3a1 commit ed5d04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest-16-cores
runs-on: ubuntu-latest-4-cores
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"dev": "vite dev",
"build": "NODE_OPTIONS='--max-old-space-size=16384' vite build",
"build-silent": "NODE_OPTIONS='--max-old-space-size=16384' vite build --debug=false --logLevel=silent",
"build-silent": "NODE_OPTIONS='--max-old-space-size=12288' vite build --debug=false --logLevel=silent",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
Expand Down

0 comments on commit ed5d04e

Please sign in to comment.