Skip to content

Commit cca42dc

Browse files
authored
Merge pull request #665 from MH4GF/update-pnpm-version
maintenance: update pnpm version
2 parents 4bf88da + 8ac93e6 commit cca42dc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v3
28-
- uses: pnpm/action-setup@v2
28+
- uses: pnpm/action-setup@v3
2929
with:
30-
version: 8
30+
package_json_file: ./package.json
3131
- name: Setup Node
3232
uses: actions/setup-node@v3
3333
with:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@
8484
"vitest": "^1.0.0",
8585
"yup": "1.4.0",
8686
"zod": "3.23.8"
87-
}
87+
},
88+
"packageManager": "pnpm@9.0.2"
8889
}

0 commit comments

Comments
 (0)