Skip to content

Commit

Permalink
fix env.NODE_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Nov 9, 2023
1 parent 8f73929 commit 02364dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ permissions:
contents: read
packages: read

env:
NEXT_TELEMETRY_DISABLED: 1
NODE_OPTIONS: --max-old-space-size=4096

jobs:
build:
name: Build
Expand Down

0 comments on commit 02364dd

Please sign in to comment.