Skip to content

Commit

Permalink
ci(fix): don't specify pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed May 19, 2024
1 parent 65a1b97 commit c78ae7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: 8
# with:
# version: 8
- name: Restore cached npm dependencies
uses: actions/cache/restore@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@linkerry/source",
"version": "0.0.0",
"packageManager": "pnpm@8.15.2",
"packageManager": "pnpm@^8.0.0",
"license": "MIT",
"private": true,
"author": {
Expand Down

0 comments on commit c78ae7f

Please sign in to comment.