We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092bb48 commit 5622377Copy full SHA for 5622377
1 file changed
.github/workflows/ci.yaml
@@ -15,9 +15,6 @@ jobs:
15
type-check:
16
if: github.event.pull_request.draft == false
17
runs-on: ubuntu-latest
18
- env:
19
- NODE_OPTIONS: '--max-old-space-size=8192'
20
- RPT2_CLEAN: '1'
21
steps:
22
- uses: actions/checkout@main
23
@@ -42,9 +39,6 @@ jobs:
42
39
lint:
43
40
44
41
45
46
47
48
49
50
0 commit comments