We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ce353 commit 6d46630Copy full SHA for 6d46630
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install pnpm
19
uses: pnpm/action-setup@v4.0.0
20
with:
21
- version: 8.x.x
+ version: 9.x.x
22
23
- name: Install Node 18
24
uses: actions/setup-node@v4
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
25
26
0 commit comments