From 23e7b259eb9d6ba8da341ddb861b31812c10a3a5 Mon Sep 17 00:00:00 2001 From: Arsh <69170106+lilnasy@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:19:45 +0000 Subject: [PATCH] chore(ci): pin CI Node version to 18.17.1 (#8693) * chore(ci): pin E2E Node version to 18.17.1 * pin for the "test" as well * ...for windows, not ubuntu * ...for windows, not macos --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cab1fd79f..aebf825ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: - os: macos-latest NODE_VERSION: 18 - os: windows-latest - NODE_VERSION: 18 + NODE_VERSION: 18.17.1 fail-fast: false env: NODE_VERSION: ${{ matrix.NODE_VERSION }} @@ -155,7 +155,7 @@ jobs: strategy: matrix: OS: [ubuntu-latest, windows-latest] - NODE_VERSION: [18] + NODE_VERSION: [18.17.1] fail-fast: false env: NODE_VERSION: ${{ matrix.NODE_VERSION }}