Skip to content

Commit e21636f

Browse files
committed
revert workflows changes
1 parent a7aa13a commit e21636f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
npm run lint
3737
3838
- name: Build
39-
run: npm run build
40-
env:
41-
NODE_OPTIONS: '--max-old-space-size=4096'
39+
run: |
40+
npm run build
4241
4342
- name: Test
4443
run: |

.github/workflows/runtime-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
run: |
2020
npm install
2121
npm run build
22-
env:
23-
NODE_OPTIONS: '--max-old-space-size=4096'
2422
2523
- name: Runtime compatibility check
2624
run: npm run check:runtimes

0 commit comments

Comments
 (0)