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 2b146eb commit d1e0074Copy full SHA for d1e0074
.github/workflows/ci.yml
@@ -113,6 +113,11 @@ jobs:
113
node-version: ${{ env.NODE_JS }}
114
registry-url: "https://registry.npmjs.org"
115
116
+ - uses: pnpm/action-setup@v4
117
+ if: ${{ steps.release.outputs.releases_created }}
118
+ with:
119
+ version: 9
120
+
121
- run: npm install
122
if: ${{ steps.release.outputs.releases_created }}
123
.github/workflows/pre-release.yml
@@ -24,6 +24,10 @@ jobs:
24
25
26
27
28
29
30
31
32
33
- run: npm run build
0 commit comments