1 parent ac41b96 commit d4d11a5Copy full SHA for d4d11a5
1 file changed
.github/workflows/deploy.yml
@@ -12,15 +12,17 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v4
14
15
+ - name: Install pnpm
16
+ uses: pnpm/action-setup@v4
17
+ with:
18
+ version: 9
19
+
20
- name: Setup Node.js
21
uses: actions/setup-node@v4
22
with:
23
node-version: '20'
24
cache: 'pnpm'
25
- - name: Install pnpm
- run: npm install -g pnpm
-
26
- name: Install dependencies
27
run: pnpm install
28
0 commit comments