File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3535 run : make coverage
3636
3737 - name : Build
38- run : npm run build
38+ run : NODE_OPTIONS=--max-old-space-size=4096 npm run build
3939
4040 coverage :
4141 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 npm install
142142
143143 - name : Build
144- run : npm run build
144+ run : NODE_OPTIONS=--max-old-space-size=4096 npm run build
145145
146146 - name : Publish test package (Trusted Publishers - no token needed)
147147 run : |
@@ -290,7 +290,7 @@ jobs:
290290 npm install
291291
292292 - name : Build
293- run : npm run build
293+ run : NODE_OPTIONS=--max-old-space-size=4096 npm run build
294294
295295 - name : Publish to npm (Trusted Publishers - no token needed)
296296 run : |
@@ -394,7 +394,7 @@ jobs:
394394 npm install
395395
396396 - name : Build
397- run : npm run build
397+ run : NODE_OPTIONS=--max-old-space-size=4096 npm run build
398398
399399 - name : Publish test package (Trusted Publishers - no token needed)
400400 run : |
@@ -408,7 +408,7 @@ jobs:
408408 rm -f /home/runner/work/_temp/.npmrc
409409
410410 # Publish using Trusted Publishers (OIDC)
411- npm publish --tag test --access public --provenance
411+ NODE_OPTIONS=--max-old-space-size=4096 npm publish --tag test --access public --provenance
412412 env :
413413 # Clear the environment variables that might interfere with OIDC
414414 NPM_CONFIG_USERCONFIG : ' '
Original file line number Diff line number Diff line change 143143 "playwright" : " ^1.57.0" ,
144144 "prettier" : " ^3.8.1" ,
145145 "ts-jest" : " ^29.2.0" ,
146- "tsup" : " ^8.3.0 " ,
146+ "tsup" : " ^8.5.1 " ,
147147 "tsx" : " ^4.19.0" ,
148148 "typescript" : " ^5.4.0" ,
149149 "yaml" : " ^2.7.0"
You can’t perform that action at this time.
0 commit comments