Skip to content

Commit

Permalink
deps: upgraded pnpm v9 -> v10
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-lau authored and debuggingfuture committed Jan 13, 2025
1 parent 9e41997 commit 09410c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-node-pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:

pnpm-version:
type: string
default: '9'
default: '10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b'
description: 'The version of pnpm to use'

runs:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"engines": {
"node": ">=22",
"pnpm": ">=9"
"pnpm": ">=10"
},
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
"dependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
Expand Down

0 comments on commit 09410c5

Please sign in to comment.