We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61ebe1 commit 303cc54Copy full SHA for 303cc54
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup pnpm
17
uses: pnpm/action-setup@v4
18
with:
19
- version: 10.18.3
+ version: 10.19.0
20
run_install: false
21
22
- name: Setup Node.js
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
23
24
- name: Set up Node.js
package.json
@@ -43,7 +43,7 @@
43
"bugs": {
44
"url": "https://github.com/interactive-video-labs/interactive-video-core/issues"
45
},
46
- "packageManager": "pnpm@10.18.3",
+ "packageManager": "pnpm@10.19.0",
47
"devDependencies": {
48
"@eslint/eslintrc": "^3.3.1",
49
"@eslint/js": "^9.34.0",
0 commit comments