Skip to content

Commit

Permalink
Sync pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
osmestad committed May 7, 2024
1 parent e14c44c commit 01f2cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- name: Install package manager
uses: pnpm/action-setup@v3
with:
version: 9.0.5
version: 9.1.0
- name: Set up Node.js w/ version from .nvmrc
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"engines": {
"node": ">=20.11.1",
"pnpm": ">=9.0.5"
"pnpm": ">=9.1.0"
},
"prettier": {
"arrowParens": "avoid",
Expand Down

0 comments on commit 01f2cc8

Please sign in to comment.