Skip to content

Commit f6eeb70

Browse files
committed
chore: 🏗️ possible fix for github throwing error as invalid workflow file
1 parent 437c353 commit f6eeb70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
3030
- name: Install Dependencies
3131
run: |
32-
export NODE_OPTIONS="--max_old_space_size=4096"
33-
yarn install
32+
export NODE_OPTIONS="--max_old_space_size=4096"
33+
yarn install
3434
3535
- name: Build
3636
run: yarn build

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
3030
- name: Install Dependencies
3131
run: |
32-
export NODE_OPTIONS="--max_old_space_size=4096"
33-
yarn install
32+
export NODE_OPTIONS="--max_old_space_size=4096"
33+
yarn install
3434
3535
- name: Lint
3636
run: yarn lint

0 commit comments

Comments
 (0)