Skip to content

Commit

Permalink
chore(ci): updated pnpm version to 8.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Pkmmte committed Aug 28, 2023
1 parent 2536019 commit 6229dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 7
version: 8.6.11

- name: Read Node.js version to install from `.nvmrc`
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 7
version: 8.6.11

- name: Read Node.js version to install from `.nvmrc`
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
Expand Down

1 comment on commit 6229dcc

@vercel
Copy link

@vercel vercel bot commented on 6229dcc Aug 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.