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 7f46146 commit 493cb6eCopy full SHA for 493cb6e
.github/workflows/check-build.yml
@@ -17,6 +17,9 @@ jobs:
17
node-version: "22"
18
cache: "pnpm"
19
20
+ - name: Install pnpm
21
+ run: npm install -g pnpm
22
+
23
- name: Install dependencies
24
run: pnpm install
25
.github/workflows/npmPublish.yml
with:
0 commit comments