Skip to content

Commit

Permalink
[Issue-1753] Optimize build time
Browse files Browse the repository at this point in the history
  • Loading branch information
dominhquang committed Sep 16, 2024
1 parent 8bd0f5a commit 77bf233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v4
if: false
if: runner.name == runner.name
with:
node-version: 18
cache: 'yarn'
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v4
if: false
if: runner.name == runner.name
with:
node-version: 18
cache: 'yarn'
Expand Down

0 comments on commit 77bf233

Please sign in to comment.