Skip to content

Commit 5622377

Browse files
committed
chore(ci): remove unnecessary environment variables from CI workflow
1 parent 092bb48 commit 5622377

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
type-check:
1616
if: github.event.pull_request.draft == false
1717
runs-on: ubuntu-latest
18-
env:
19-
NODE_OPTIONS: '--max-old-space-size=8192'
20-
RPT2_CLEAN: '1'
2118
steps:
2219
- uses: actions/checkout@main
2320

@@ -42,9 +39,6 @@ jobs:
4239
lint:
4340
if: github.event.pull_request.draft == false
4441
runs-on: ubuntu-latest
45-
env:
46-
NODE_OPTIONS: '--max-old-space-size=8192'
47-
RPT2_CLEAN: '1'
4842
steps:
4943
- uses: actions/checkout@main
5044

0 commit comments

Comments
 (0)