Skip to content

Commit 280663f

Browse files
authored
Merge pull request #21 from interactive-video-labs/renovate/pnpm-10.x
chore(deps): update pnpm to v10.14.0
2 parents 6e509c7 + 52190d6 commit 280663f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup pnpm
1717
uses: pnpm/action-setup@v4
1818
with:
19-
version: 10.13.1
19+
version: 10.14.0
2020
run_install: false
2121

2222
- 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.13.1
22+
version: 10.14.0
2323
run_install: false
2424

2525
- name: Setup Node.js

.github/workflows/version-bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup pnpm
2727
uses: pnpm/action-setup@v4
2828
with:
29-
version: 10.13.1
29+
version: 10.14.0
3030
run_install: false
3131

3232
- name: Set up Node

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"bugs": {
5454
"url": "https://github.com/interactive-video-labs/interactive-video-react-wrapper/issues"
5555
},
56-
"packageManager": "pnpm@10.13.1",
56+
"packageManager": "pnpm@10.14.0",
5757
"peerDependencies": {
5858
"@interactive-video-labs/core": "^0.1.2",
5959
"react": ">=17.0.0 || >=18.0.0",

0 commit comments

Comments
 (0)