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.
2 parents 9da6e5f + ebc1321 commit b52c3f3Copy full SHA for b52c3f3
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup pnpm
17
uses: pnpm/action-setup@v4
18
with:
19
- version: 10.15.0
+ version: 10.15.1
20
run_install: false
21
22
- name: Setup Node.js
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
23
24
25
package.json
@@ -47,7 +47,7 @@
47
"bugs": {
48
"url": "https://github.com/interactive-video-labs/interactive-video-svelte-wrapper/issues"
49
},
50
- "packageManager": "pnpm@10.15.0",
+ "packageManager": "pnpm@10.15.1",
51
"publishConfig": {
52
"access": "public"
53
0 commit comments