This commit is contained in:
SuperComboGamer
2025-12-15 19:49:50 -05:00
parent 049f9a9e37
commit 7edca6b823
4 changed files with 12 additions and 0 deletions

View File

@@ -33,7 +33,10 @@ jobs:
- name: Install dependencies
# Use npm install instead of npm ci to correctly resolve platform-specific
# optional dependencies (e.g., @tailwindcss/oxide, lightningcss binaries)
# Increase Node memory limit to prevent OOM during install
run: npm install
env:
NODE_OPTIONS: --max_old_space_size=4096
- name: Install Linux native bindings
# Workaround for npm optional dependencies bug (npm/cli#4828)

View File

@@ -32,7 +32,10 @@ jobs:
- name: Install dependencies
# Use npm install instead of npm ci to correctly resolve platform-specific
# optional dependencies (e.g., @tailwindcss/oxide, lightningcss binaries)
# Increase Node memory limit to prevent OOM during install
run: npm install
env:
NODE_OPTIONS: --max_old_space_size=4096
- name: Install Linux native bindings
# Workaround for npm optional dependencies bug (npm/cli#4828)

View File

@@ -51,7 +51,10 @@ jobs:
- name: Install dependencies
# Use npm install instead of npm ci to correctly resolve platform-specific
# optional dependencies (e.g., @tailwindcss/oxide, lightningcss binaries)
# Increase Node memory limit to prevent OOM during install
run: npm install
env:
NODE_OPTIONS: --max_old_space_size=4096
- name: Install Linux native bindings
# Workaround for npm optional dependencies bug (npm/cli#4828)

View File

@@ -32,7 +32,10 @@ jobs:
- name: Install dependencies
# Use npm install instead of npm ci to correctly resolve platform-specific
# optional dependencies (e.g., @tailwindcss/oxide, lightningcss binaries)
# Increase Node memory limit to prevent OOM during install
run: npm install
env:
NODE_OPTIONS: --max_old_space_size=4096
- name: Install Linux native bindings
# Workaround for npm optional dependencies bug (npm/cli#4828)