Skip to content

fix: workflow pnpm version conflict#16627

Merged
wackerow merged 1 commit into
devfrom
workflow-pnpm-version
Nov 8, 2025
Merged

fix: workflow pnpm version conflict#16627
wackerow merged 1 commit into
devfrom
workflow-pnpm-version

Conversation

@wackerow
Copy link
Copy Markdown
Member

@wackerow wackerow commented Nov 6, 2025

Description

  • Canonical pnpm version is declared using packageManager field inside package.json
  • Workflows attempt to re-declare a pnpm version, which is conflicting with canonical version noted in package.json causing an error
  • PR removes re-declaration of pnpm version from each workflow

Related Issue

Fixes:

Error: Multiple versions of pnpm specified: - version 10 in the GitHub Action config with the key "version" - version pnpm@10.12.4 in the package.json with the key "packageManager" Remove one of these versions to avoid version mismatch errors like ERR_PNPM_BAD_PM_VERSION

https://github.com/ethereum/ethereum-org-website/actions/runs/19112202062
https://github.com/ethereum/ethereum-org-website/actions/runs/19174577161
https://github.com/ethereum/ethereum-org-website/actions/runs/19174593316

Fixes workflow mismatch by attempting to re-declare a pnpm version to use when already declared in package.json setup
@netlify
Copy link
Copy Markdown

netlify Bot commented Nov 6, 2025

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit ddf8324
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/690cd8042fe2450008e674a9
😎 Deploy Preview https://deploy-preview-16627--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 44 (🔴 down 9 from production)
Accessibility: 94 (no change from production)
Best Practices: 92 (🔴 down 8 from production)
SEO: 92 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the tooling 🔧 Changes related to tooling of the project label Nov 6, 2025
@wackerow wackerow merged commit c85bdff into dev Nov 8, 2025
6 checks passed
@wackerow wackerow deleted the workflow-pnpm-version branch November 8, 2025 15:46
This was referenced Nov 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tooling 🔧 Changes related to tooling of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant