Skip to content

Commit da915e4

Browse files
authored
Merge pull request #68 from interactive-video-labs/renovate/pnpm-10.x
chore(deps): update pnpm to v10.18.0
2 parents cf26b5b + 44c7b96 commit da915e4

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup pnpm
1717
uses: pnpm/action-setup@v4
1818
with:
19-
version: 10.17.1
19+
version: 10.18.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.17.1
22+
version: 10.18.0
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-angular-wrapper/issues"
4646
},
47-
"packageManager": "pnpm@10.17.1",
47+
"packageManager": "pnpm@10.18.0",
4848
"peerDependencies": {
4949
"@angular/common": "~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 || ~20.3.0",
5050
"@angular/core": "~19.0.0 || ~19.2.0 || ~20.1.0 || ~20.2.0 || ~20.3.0",

0 commit comments

Comments
 (0)