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 90f491c commit 1b02c4fCopy full SHA for 1b02c4f
.github/workflows/deploy.yml
@@ -15,10 +15,13 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
+ - uses: pnpm/action-setup@v4
19
+ with:
20
+ version: 9
21
- uses: actions/setup-node@v4
22
23
node-version: 20
- cache: npm
24
+ cache: pnpm
25
26
- name: Install dependencies
27
run: pnpm install --frozen-lockfile
.github/workflows/test-deploy.yml
0 commit comments