Skip to content

Commit c59c748

Browse files
committed
chore: 🏗️ possible fix for github throwing error as invalid workflow file
1 parent 5c87153 commit c59c748

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
${{ runner.os }}-yarn-
2929
3030
- name: Install Dependencies
31-
env: NODE_OPTIONS: "--max_old_space_size=4096"
31+
env:
32+
NODE_OPTIONS: "--max_old_space_size=4096"
3233
run: yarn install
3334

3435
- name: Build

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
${{ runner.os }}-yarn-
2929
3030
- name: Install Dependencies
31-
env: NODE_OPTIONS: "--max_old_space_size=4096"
31+
env:
32+
NODE_OPTIONS: "--max_old_space_size=4096"
3233
run: yarn install
3334

3435
- name: Lint

0 commit comments

Comments
 (0)