Skip to content

Commit

Permalink
Update pnpm to latest v8 (#1447)
Browse files Browse the repository at this point in the history
* chore: update pnpm to latest v8

* chore: update package manager

* Be better?

* chore: install turbo

---------

Co-authored-by: Chris Bautista <chrisbautista@netflix.com>
  • Loading branch information
Hacksore and bautistaaa committed May 17, 2024
1 parent 61abe7a commit 91e956d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "^5.3.3",
"vitest": "^0.34.6"
},
"packageManager": "pnpm@8.6.9",
"packageManager": "pnpm@8.15.8",
"pnpm": {
"overrides": {
"@auth/core": "0.19.0"
Expand Down
6 changes: 5 additions & 1 deletion tooling/github-actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ runs:

- name: Install pnpm
shell: bash
run: npm i -g pnpm turbo
run: npm i -g turbo

- uses: pnpm/action-setup@v4
with:
version: 8.15.8

- uses: actions/cache@v3
name: pnpm-cache
Expand Down

0 comments on commit 91e956d

Please sign in to comment.