We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece6631 commit f0fbfefCopy full SHA for f0fbfef
2 files changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: "24"
23
24
- name: Install pnpm
25
- uses: pnpm/action-setup@v5
+ uses: pnpm/action-setup@v6
26
with:
27
version: 10
28
run_install: true
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
29
0 commit comments