Skip to content

Commit

Permalink
Update changesets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Sep 2, 2023
1 parent 99ec1f8 commit 8e35249
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- name: install pnpm
run: npm i pnpm@latest-7 -g
- name: Install pnpm
run: |
corepack enable
corepack prepare --activate pnpm@latest-8
- name: Setup npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMJS_PUBLISH_TOKEN }}" > .npmrc
- name: install dependencies
Expand Down

0 comments on commit 8e35249

Please sign in to comment.