Skip to content

Commit

Permalink
Skip validate plugin build step due to node version mismatch (#12084)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordojordo authored Oct 1, 2024
1 parent b5cc899 commit 6c38d2b
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/release-shell-pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 6c38d2b

Please sign in to comment.