We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360ae30 commit c3caa54Copy full SHA for c3caa54
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
node-version: '20'
22
23
- name: Install Dependencies
24
- run: npm ci
+ run: pnpm ci
25
26
- name: Build and Export
27
run: |
0 commit comments