From 6b06890ffe8260ed5c23369dd80339e211aee61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Wed, 6 Sep 2023 13:16:39 +0200 Subject: [PATCH] ci: Fix master build on Nodejs 20 (no-changelog) (#7119) [`shelljs` is broken on Nodejs 20.6](https://github.com/shelljs/shelljs/issues/1133). Until that is resolved, we should fix the version to 20.5 --- .github/workflows/ci-master.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index a617ca915..9977f9cd0 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.5] steps: - uses: actions/checkout@v3.5.3 @@ -44,7 +44,7 @@ jobs: needs: install-and-build strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.5] steps: - uses: actions/checkout@v3.5.3 with: @@ -82,7 +82,7 @@ jobs: needs: install-and-build strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.5] steps: - uses: actions/checkout@v3.5.3 with: