From cdf263253a46ea6faac693eb214fe003458f9fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Sat, 30 Sep 2023 16:09:13 +0900 Subject: [PATCH] ci: use Node 18.17 for Windows due to a bug in Node (#14507) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e46f8950fdc12..cd207464fc4a74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - os: macos-latest node_version: 18 - os: windows-latest - node_version: 18 + node_version: 18.17 fail-fast: false name: "Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"