Skip to content

Commit

Permalink
ci(pnpm): fix pnpm/action-setup version
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed May 29, 2023
1 parent 0e07b84 commit 2270e52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
version: 8.5.1
- uses: actions/setup-node@v3
with:
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
version: 8.5.1
- uses: actions/setup-node@v3
with:
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/suspensive/react.git"
},
"license": "MIT",
"packageManager": "pnpm@8.1.1",
"packageManager": "pnpm@8.5.1",
"workspaces": [
"configs/*",
"packages/*",
Expand Down

2 comments on commit 2270e52

@vercel
Copy link

@vercel vercel bot commented on 2270e52 May 29, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

docs – ./websites/docs

www.suspensive.org
suspensive.org
docs-git-main-suspensive.vercel.app
docs-suspensive.vercel.app
docs.suspensive.org

@vercel
Copy link

@vercel vercel bot commented on 2270e52 May 29, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

visualization – ./websites/visualization

visualization.suspensive.org
visualization-suspensive.vercel.app
visualization-git-main-suspensive.vercel.app

Please sign in to comment.