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 e4397bd commit e800a88Copy full SHA for e800a88
.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
@@ -19,7 +19,7 @@ jobs:
23
24
25
package.json
@@ -49,7 +49,7 @@
49
"bugs": {
50
"url": "https://github.com/interactive-video-labs/interactive-video-svelte-wrapper/issues"
51
},
52
- "packageManager": "pnpm@10.18.3",
+ "packageManager": "pnpm@10.19.0",
53
"publishConfig": {
54
"access": "public"
55
0 commit comments