Skip to content

Commit 02f7a30

Browse files
committed
chore: ⏪ revert changes
1 parent c90f60d commit 02f7a30

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
${{ runner.os }}-yarn-
2929
3030
- name: Install Dependencies
31-
env:
32-
NODE_OPTIONS: "--max_old_space_size=4096"
33-
run: yarn install
31+
run: yarn
3432

3533
- name: Build
3634
run: yarn build

.github/workflows/lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
${{ runner.os }}-yarn-
2929
3030
- name: Install Dependencies
31-
env:
32-
NODE_OPTIONS: "--max_old_space_size=4096"
33-
run: yarn install
31+
run: yarn
3432

3533
- name: Lint
3634
run: yarn lint

0 commit comments

Comments
 (0)