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 946f9e2 commit 2331257Copy full SHA for 2331257
1 file changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/setup-node@v4
26
with:
27
node-version: "24.x"
28
- cache: "npm"
+ cache: "pnpm"
29
- run: pnpm install
30
- run: pnpm run --if-present build
31
- run: pnpm run release
0 commit comments