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 7174d96 commit 397e6c9Copy full SHA for 397e6c9
1 file changed
.github/workflows/deploy.yml
@@ -26,6 +26,9 @@ jobs:
26
with:
27
node-version-file: '.nvmrc'
28
29
+ - name: Setup pnpm
30
+ uses: pnpm/action-setup@v4
31
+
32
- name: Install dependencies
33
run: pnpm install
34
0 commit comments