Update changeset-main.yml

This commit is contained in:
Adam Matthiesen 2024-04-26 03:19:16 -07:00 committed by GitHub
parent c968b374a2
commit cc39f4d0ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
with: with:
node-version: 20 node-version: 20
- name: install pnpm - name: install pnpm
run: npm i pnpm@latest -g run: npm i pnpm@8.14.1 -g
- name: Setup npmrc - name: Setup npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
- name: install dependencies - name: install dependencies