Skip to content

Commit

Permalink
Merge pull request #83 from ixahmedxi/renovate/pnpm-8.x
Browse files Browse the repository at this point in the history
chore(deps): update pnpm to v8.6.1
  • Loading branch information
ixahmedxi committed Jun 5, 2023
2 parents 1faa63c + caf93b5 commit 78301e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 8.6.0
version: 8.6.1

- name: Setup Node.js environment
uses: actions/setup-node@v3
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 8.6.0
version: 8.6.1

- name: Setup Node.js environment
uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"prettier-plugin-tailwindcss": "^0.3.0",
"typescript": "^5.1.3"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"node": ">=18.16.0",
"pnpm": ">=8.6.0"
"pnpm": ">=8.6.1"
},
"pnpm": {
"patchedDependencies": {
Expand Down

0 comments on commit 78301e4

Please sign in to comment.