We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0fca4 commit f7a198aCopy full SHA for f7a198a
2 files changed
.github/workflows/ci.yml
@@ -21,10 +21,11 @@ jobs:
21
node-version: "24"
22
cache: "pnpm"
23
24
- - name: Install pnpm
25
- uses: pnpm/action-setup@v4
26
- with:
27
- version: 10.25.0
+ - name: Enable corepack
+ run: corepack enable
+
+ - name: Verify pnpm installation
28
+ run: pnpm --version
29
30
- name: Install dependencies
31
run: pnpm install --frozen-lockfile
.github/workflows/publish.yml
@@ -23,10 +23,11 @@ jobs:
32
33
0 commit comments