Skip to content

Commit

Permalink
chore(deps): update pnpm to v9 (#8123)
Browse files Browse the repository at this point in the history
* chore(deps): update pnpm to v9

* update workflow

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pngwn <hello@pngwn.io>
  • Loading branch information
2 people authored and freddyaboulton committed May 1, 2024
1 parent 97cd32d commit 94b362b
Show file tree
Hide file tree
Showing 3 changed files with 9,347 additions and 7,338 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-frontend-deps/action.yml
Expand Up @@ -24,7 +24,7 @@ runs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.15
version: 9
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -107,6 +107,6 @@
},
"engines": {
"node": ">=18.0.0",
"pnpm": "~8.15.0"
"pnpm": "~9.0.0"
}
}

0 comments on commit 94b362b

Please sign in to comment.