build(windows): pre-compile on linux (#2080)

This commit is contained in:
Baptiste Augrain
2024-11-02 12:51:21 +01:00
committed by GitHub
parent 606a83c4c5
commit 7e79fdc303
5 changed files with 192 additions and 37 deletions

View File

@@ -101,7 +101,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20.17'
node-version: '20.18'
if: env.SHOULD_BUILD == 'yes'
- name: Install Yarn
@@ -191,6 +191,7 @@ jobs:
env:
PULL_REQUEST_ID: ${{ github.event.inputs.checkout_pr }}
run: ./get_pr.sh
if: env.SHOULD_BUILD == 'yes'
- name: Install GH
run: ./install_gh.sh
@@ -308,7 +309,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20.17'
node-version: '20.18'
if: env.DISABLED != 'yes'
- name: Setup Python 3