From ad165a0f48d4fb6594ae930157054cd7052df2ce Mon Sep 17 00:00:00 2001 From: Dmitry Matiouchenko Date: Tue, 16 Jul 2024 16:20:24 -0700 Subject: [PATCH] fix: use node 18 for yarn v4 --- .github/workflows/algolia-indexing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/algolia-indexing.yml b/.github/workflows/algolia-indexing.yml index 1242a308e..bd5a7f1c8 100644 --- a/.github/workflows/algolia-indexing.yml +++ b/.github/workflows/algolia-indexing.yml @@ -23,10 +23,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Setup Node v16 for Yarn v3 + - name: Setup Node v18 for Yarn v4 uses: actions/setup-node@v3 with: - node-version: "16.15.0" # Current LTS version + node-version: "18.19.0" # Current LTS version - name: Enable Corepack for Yarn run: corepack enable