Skip to content

Commit eabcb20

Browse files
authored
Merge pull request #37 from interactive-video-labs/renovate/pnpm-10.x
chore(deps): update pnpm to v10.15.1
2 parents 6c78b36 + b02d808 commit eabcb20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: 🧰 Setup pnpm
2121
uses: pnpm/action-setup@v4
2222
with:
23-
version: 10.15.0
23+
version: 10.15.1
2424
run_install: false
2525

2626
- name: 🔧 Setup Node.js

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup pnpm
2020
uses: pnpm/action-setup@v4
2121
with:
22-
version: 10.15.0
22+
version: 10.15.1
2323
run_install: false
2424

2525
- name: Setup Node.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"bugs": {
4545
"url": "https://github.com/interactive-video-labs/interactive-video-vue-wrapper/issues"
4646
},
47-
"packageManager": "pnpm@10.15.0",
47+
"packageManager": "pnpm@10.15.1",
4848
"publishConfig": {
4949
"access": "public"
5050
},

0 commit comments

Comments
 (0)