From 0c130e55ecb9fe4f32b71d07424a408730b22c33 Mon Sep 17 00:00:00 2001 From: Max Strasinsky <98811342+mstrasinskis@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:04:10 +0100 Subject: [PATCH 1/2] Update update-next.yml Do not install latest npm. Because it's not compatible with the current node version. --- .github/workflows/update-next.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-next.yml b/.github/workflows/update-next.yml index b55ff936d57..98ca79f8eb2 100644 --- a/.github/workflows/update-next.yml +++ b/.github/workflows/update-next.yml @@ -27,8 +27,8 @@ jobs: with: node-version: 18 registry-url: 'https://registry.npmjs.org' - - name: Install latest npm - run: npm install -g npm@latest + # - name: Install latest npm + # run: npm install -g npm@latest - name: Update gix-components if: ${{ inputs.gix_components }} run: | From 615cace9ae98bce056f279ef07702701805ed53d Mon Sep 17 00:00:00 2001 From: Max Strasinsky <98811342+mstrasinskis@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:39:33 +0100 Subject: [PATCH 2/2] Remove npm latest --- .github/workflows/update-next.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-next.yml b/.github/workflows/update-next.yml index 98ca79f8eb2..57a8461d75b 100644 --- a/.github/workflows/update-next.yml +++ b/.github/workflows/update-next.yml @@ -27,8 +27,6 @@ jobs: with: node-version: 18 registry-url: 'https://registry.npmjs.org' - # - name: Install latest npm - # run: npm install -g npm@latest - name: Update gix-components if: ${{ inputs.gix_components }} run: |