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 1bc3b76 commit 9599914Copy full SHA for 9599914
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/setup-node@v4
25
with:
26
node-version: "20"
27
- cache: "npm"
+ cache: "pnpm"
28
29
- name: Install dependencies
30
run: pnpm install
0 commit comments