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.
2 parents 3dbfd76 + 2d91cef commit 23a2f1fCopy full SHA for 23a2f1f
.github/workflows/ci.yml
@@ -1,6 +1,8 @@
1
name: Test
2
3
on: [push]
4
+env:
5
+ NODE_OPTIONS: --max_old_space_size=4096
6
7
jobs:
8
tsc:
@@ -67,8 +69,6 @@ jobs:
67
69
retention-days: 1
68
70
71
test:
- env:
- NODE_OPTIONS: --max_old_space_size=4096
72
runs-on: ubuntu-latest
73
strategy:
74
matrix:
.github/workflows/release.yml
@@ -5,6 +5,8 @@ on:
- master
- main
- beta
9
10
11
release:
12
name: Release
.github/workflows/size.yml
@@ -7,6 +7,8 @@ on:
paths-ignore:
- '**.test.js'
- '**.md'
13
14
build:
0 commit comments