We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d7f43 commit 1e6738fCopy full SHA for 1e6738f
2 files changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout 🛎
20
uses: actions/checkout@v6
21
- name: Install PNPM 🧰
22
- uses: pnpm/action-setup@v5
+ uses: pnpm/action-setup@v6
23
- name: Install Node.js LTS 📜
24
uses: actions/setup-node@v6
25
with:
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
persist-credentials: false
17
18
0 commit comments