Skip to content

Commit

Permalink
build(linux): revert to node-v18
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Jun 6, 2024
1 parent a7c7014 commit 8c0434f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/insider-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20.12'
node-version: '18.17'
if: env.SHOULD_BUILD == 'yes'

- name: Install Yarn
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20.12'
node-version: '18.17'

- name: Setup Python 3
uses: actions/setup-python@v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stable-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20.12'
node-version: '18.17'
if: env.SHOULD_BUILD == 'yes'

- name: Install Yarn
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20.12'
node-version: '18.17'

- name: Setup Python 3
uses: actions/setup-python@v5
Expand Down

0 comments on commit 8c0434f

Please sign in to comment.