From 6c38d2b2f9a3be91e08e4999ab481690102ba0c6 Mon Sep 17 00:00:00 2001 From: Jordon Leach <40806497+jordojordo@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:53:48 -0400 Subject: [PATCH] Skip validate plugin build step due to node version mismatch (#12084) --- .github/workflows/release-shell-pkg.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release-shell-pkg.yaml b/.github/workflows/release-shell-pkg.yaml index 9a05ac592c8..346de506343 100644 --- a/.github/workflows/release-shell-pkg.yaml +++ b/.github/workflows/release-shell-pkg.yaml @@ -18,14 +18,6 @@ jobs: fetch-depth: 0 persist-credentials: false - - name: Setup target Node.js to enable Corepack - uses: actions/setup-node@v4 - with: - node-version: '16.x' - - - name: Enable Corepack - run: corepack enable - - name: Setup Node.js uses: actions/setup-node@v4 with: @@ -38,9 +30,10 @@ jobs: run: ./.github/workflows/scripts/check-package-tag-version.sh shell: bash - - name: Validate Plugin build system - run: ./shell/scripts/test-plugins-build.sh - shell: bash + # Skipping due to node version mismatch + # - name: Validate Plugin build system + # run: ./shell/scripts/test-plugins-build.sh + # shell: bash # Reset the local (ci) repository state because # The previous step (Validate Plugin build system) changes