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 7ee99ed commit 93595a2Copy full SHA for 93595a2
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
node-version: 20
21
22
- - uses: pnpm/action-setup@v5.0.0
+ - uses: pnpm/action-setup@v6.0.0
23
24
version: 10.20.0
25
@@ -54,7 +54,7 @@ jobs:
54
55
node-version: ${{ matrix.node }}
56
57
58
59
60
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
88
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
27
registry-url: 'https://registry.npmjs.org'
28
29
30
31
32
0 commit comments