Skip to content

Commit

Permalink
specify single pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Nov 4, 2024
1 parent 271e23b commit 73c58cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: 9.12.2

- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
"nx": {
"includedScripts": []
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
"packageManager": "[email protected]"
}

0 comments on commit 73c58cd

Please sign in to comment.