[WOODPECKER-4303] Migrate package manager from npm to pnpm#4642
Open
Viktor Yang (viktor-yang) wants to merge 1 commit into
Open
[WOODPECKER-4303] Migrate package manager from npm to pnpm#4642Viktor Yang (viktor-yang) wants to merge 1 commit into
Viktor Yang (viktor-yang) wants to merge 1 commit into
Conversation
- Replace package-lock.json with pnpm-lock.yaml - Add pnpm-workspace.yaml for workspace configuration - Update package.json: packageManager field, engines, scripts - Update .npmrc with pnpm-specific configuration - Update all GitHub Actions workflows to use pnpm - Update CONTRIBUTING.md: installation and dev commands - Update AGENTS.md and skill files with pnpm instructions - Remove npm debug log patterns from .gitignore - Install pnpm via corepack instead of npm global install
| fetch-depth: 0 | ||
| persist-credentials: false | ||
|
|
||
| - uses: pnpm/action-setup@v4.1.0 |
| with: | ||
| persist-credentials: false | ||
|
|
||
| - uses: pnpm/action-setup@v4.1.0 |
| with: | ||
| persist-credentials: false | ||
|
|
||
| - uses: pnpm/action-setup@v4.1.0 |
| with: | ||
| persist-credentials: false | ||
|
|
||
| - uses: pnpm/action-setup@v4.1.0 |
| with: | ||
| persist-credentials: false | ||
|
|
||
| - uses: pnpm/action-setup@v4.1.0 |
| with: | ||
| persist-credentials: false | ||
|
|
||
| - uses: pnpm/action-setup@v4.1.0 |
| with: | ||
| persist-credentials: false | ||
|
|
||
| - uses: pnpm/action-setup@v4.1.0 |
| with: | ||
| persist-credentials: false | ||
|
|
||
| - uses: pnpm/action-setup@v4.1.0 |
| ref: ${{ github.event.release.tag_name }} | ||
| persist-credentials: false | ||
|
|
||
| - uses: pnpm/action-setup@v4.1.0 |
| ref: main | ||
| persist-credentials: false | ||
|
|
||
| - uses: pnpm/action-setup@v4.1.0 |
b115e18 to
f7a6647
Compare
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.
Summary
package-lock.jsonwithpnpm-lock.yamland addpnpm-workspace.yamlpackageManager: pnpm@9.15.9inpackage.jsonand updateenginesfield.npmrc(strict-peer-dependencies, public-hoist-pattern, link-workspace-packages)CONTRIBUTING.md: installation instructions now use corepack to set up pnpmAGENTS.mdand Claude skill files with pnpm commands.gitignoreTest plan
pnpm installruns successfullypnpm run buildcompletes without errorspnpm testpassespnpm startstarts Storybook locally