We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b33c1 commit 9af8957Copy full SHA for 9af8957
1 file changed
.github/workflows/dev.yml
@@ -20,12 +20,16 @@ jobs:
20
uses: actions/setup-node@v6
21
with:
22
node-version: '24.10.0'
23
- cache: pnpm
24
25
- name: Git SSH fix
26
run: |
27
git config --global url."https://github.com/".insteadOf git@github.com:
28
git config --global url."https://".insteadOf git://
+
29
+ - name: Install pnpm
30
+ uses: pnpm/action-setup@v6
31
+ with:
32
+ cache: true
33
34
- name: Install Dependencies
35
run: pnpm install
0 commit comments