Skip to content

Commit

Permalink
Update pnpm to ^8.10.2 (#106)
Browse files Browse the repository at this point in the history
* Update pnpm to ^8.10.2

* Fix pnpm CI version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Emanuel Tesař <[email protected]>
  • Loading branch information
renovate[bot] and Siegrift authored Nov 2, 2023
1 parent c7660e2 commit 4aac52c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.10.0
version: 8.10.2
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.10.0
version: 8.10.2
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"engines": {
"node": "^18.14.0",
"pnpm": "^8.10.0"
"pnpm": "^8.10.2"
},
"scripts": {
"build": "pnpm recursive run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"engines": {
"node": "^18.14.0",
"pnpm": "^8.10.0"
"pnpm": "^8.10.2"
},
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"engines": {
"node": "^18.14.0",
"pnpm": "^8.10.0"
"pnpm": "^8.10.2"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/pusher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"engines": {
"node": "^18.14.0",
"pnpm": "^8.10.0"
"pnpm": "^8.10.2"
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down

0 comments on commit 4aac52c

Please sign in to comment.