Skip to content

Commit 21fec58

Browse files
chore: update pnpm to latest minor (#6281)
Co-authored-by: Dotan Simha <[email protected]>
1 parent 40e23ad commit 21fec58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
id: pnpm
3131
run: |
3232
PNPM_VERSION=$(cat package.json | jq -r '.packageManager' | awk -F@ '{print $2}')
33-
PNPM_VERSION=${PNPM_VERSION:-8}
33+
PNPM_VERSION=${PNPM_VERSION:-9}
3434
echo "Using PNPM version $PNPM_VERSION"
3535
echo "version=$PNPM_VERSION" >> $GITHUB_OUTPUT
3636

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"license": "MIT",
1414
"private": true,
15-
"packageManager": "[email protected].1",
15+
"packageManager": "[email protected].3",
1616
"engines": {
1717
"node": ">=22",
18-
"pnpm": ">=9.14.4"
18+
"pnpm": ">=9.15.3"
1919
},
2020
"scripts": {
2121
"build": "pnpm turbo build --color",

0 commit comments

Comments
 (0)