Skip to content

Commit 23a2f1f

Browse files
v10.4.0
2 parents 3dbfd76 + 2d91cef commit 23a2f1f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Test
22

33
on: [push]
4+
env:
5+
NODE_OPTIONS: --max_old_space_size=4096
46

57
jobs:
68
tsc:
@@ -67,8 +69,6 @@ jobs:
6769
retention-days: 1
6870

6971
test:
70-
env:
71-
NODE_OPTIONS: --max_old_space_size=4096
7272
runs-on: ubuntu-latest
7373
strategy:
7474
matrix:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- master
66
- main
77
- beta
8+
env:
9+
NODE_OPTIONS: --max_old_space_size=4096
810
jobs:
911
release:
1012
name: Release

.github/workflows/size.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
paths-ignore:
88
- '**.test.js'
99
- '**.md'
10+
env:
11+
NODE_OPTIONS: --max_old_space_size=4096
1012

1113
jobs:
1214
build:

0 commit comments

Comments
 (0)