feat(NO-JIRA): add pnpm support to shared frontend workflows#250
Merged
Conversation
a6130a9 to
88da721
Compare
88da721 to
9bb7563
Compare
5165e31 to
4cfcec5
Compare
3e44a81 to
8ea430b
Compare
4f28212 to
e7eac0d
Compare
e7eac0d to
e4c0b43
Compare
e4c0b43 to
ff9b7a8
Compare
ff9b7a8 to
3c7315b
Compare
kb-typeform
reviewed
Jul 10, 2026
kb-typeform
reviewed
Jul 10, 2026
kb-typeform
reviewed
Jul 10, 2026
kb-typeform
reviewed
Jul 10, 2026
3c7315b to
3948dd7
Compare
- Pin pnpm version via pnpm-version input (default 9.15.0) in graphql-generate-persisted-operations; mirrors yarn@1.22.22 pin - Fail loud on cross-PM cache-mode mismatch in setup-node-with-cache instead of silently aliasing yarn-cache-only → pnpm-store-only - Branch playwright install by PM; yarn uses direct bin, pnpm uses exec - Detect jarvis lockfile to pick install PM independently of caller's PM
3948dd7 to
b09e481
Compare
kb-typeform
previously approved these changes
Jul 13, 2026
b09e481 to
db08143
Compare
|
kb-typeform
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Overview
Jira: NOJIRA-1
Extends shared reusable frontend workflows and
setup-node-with-cacheto support pnpm-based repos alongside existing Yarn consumers. First consumer: admin-home.All changes are additive — Yarn behavior is untouched. Repos opt in via
package-manager: pnpm. pnpm callers pass all commands explicitly (no dynamic defaults).Changes
package-managerinput (yarn|pnpm, default:yarn) tosetup-node-with-cache,frontend-pr-workflow,frontend-deploy-workflow,sonarcloud-scan, and the threerun-cypress-*/run-playwright-visualshared-actionspnpm/action-setup@v4(skipped when asdf manages it)pnpm-lock.yaml), integrity check (.modules.yamlvs.yarn-integrity), install command (pnpm install --frozen-lockfile), and postinstall steppnpm-isolates from yarn caches — no cross-PM cache pollutionasdf reshim pnpmwhenpackage-manager: pnpm,asdf reshim yarnotherwisecache-modeinput description to "package manager cache" across all filesBackward compatibility
Zero changes required from existing Yarn callers — all new inputs default to
yarn.How to use (pnpm repo)