We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7aa13a commit e21636fCopy full SHA for e21636f
.github/workflows/ci.yml
@@ -36,9 +36,8 @@ jobs:
36
npm run lint
37
38
- name: Build
39
- run: npm run build
40
- env:
41
- NODE_OPTIONS: '--max-old-space-size=4096'
+ run: |
+ npm run build
42
43
- name: Test
44
run: |
.github/workflows/runtime-tests.yml
@@ -19,8 +19,6 @@ jobs:
19
20
npm install
21
npm run build
22
23
24
25
- name: Runtime compatibility check
26
run: npm run check:runtimes
0 commit comments