Skip to content

Commit

Permalink
chore: fixed changesets pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Jun 9, 2024
1 parent 760e421 commit 4e44ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: 20
- name: install pnpm
run: npm i pnpm@latest -g
run: npm i pnpm@8.6.1 -g
- name: Setup npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
- name: setup pnpm config
Expand Down

0 comments on commit 4e44ed7

Please sign in to comment.