Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: update pnpm version to 10 - #4539

Open
dajiaohuang wants to merge 1 commit into
TabbyML:mainfrom
dajiaohuang:fix/update-pnpm-version-to-10
Open

fix: update pnpm version to 10#4539
dajiaohuang wants to merge 1 commit into
TabbyML:mainfrom
dajiaohuang:fix/update-pnpm-version-to-10

Conversation

@dajiaohuang

Copy link
Copy Markdown

Fixes #4499

Problem

pnpm 9.x is no longer supported according to pnpm SECURITY.md. CI workflows should be updated to use pnpm 10.

Solution

Updated all GitHub Actions workflow files to use pnpm 10 instead of pnpm 9:

  • .github/workflows/test-pnpm.yml
  • .github/workflows/autofix-pnpm.yml
  • .github/workflows/release-vscode.yml
  • .github/workflows/test-intellij.yml
  • .github/workflows/release-intellij.yml

Also updated pnpm-lock.yaml lockfileVersion from '9.0' to '10.0'.

Fixes TabbyML#4499 - pnpm 9.x is no longer supported according to pnpm SECURITY.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pnpm 9.x is not supported anymore

1 participant