Skip to content

Commit

Permalink
Update pnpm to 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Jun 10, 2024
1 parent 43b183f commit 9ddafae
Show file tree
Hide file tree
Showing 3 changed files with 4,997 additions and 4,072 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"engines": {
"node": ">=18.17.0 <=20",
"pnpm": ">=8"
"pnpm": ">=9"
},
"dependencies": {
"@saleor/app-sdk": "0.50.0",
Expand All @@ -33,7 +33,7 @@
"vite": "5.2.10",
"vitest": "1.5.2"
},
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@9.2.0",
"devDependencies": {
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/introspection": "3.0.1",
Expand Down
Loading

0 comments on commit 9ddafae

Please sign in to comment.