From 8c0434f926e6a599209f302ab0874727ab5a4525 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain <daiyam@zokugun.org> Date: Thu, 6 Jun 2024 15:02:11 +0200 Subject: [PATCH] build(linux): revert to node-v18 --- .github/workflows/insider-linux.yml | 4 ++-- .github/workflows/stable-linux.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 3d0da7d..caa192f 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -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 @@ -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 diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index 9704a8a..a95d19e 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -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 @@ -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