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 c413dfe commit cd78767Copy full SHA for cd78767
.github/workflows/build.yml
@@ -15,5 +15,6 @@ jobs:
15
uses: actions/setup-node@v3
16
with:
17
node-version: 20.x
18
+ cache: pnpm
19
- run: pnpm install
20
- run: pnpm docs:build
0 commit comments