We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4e829 commit fe68913Copy full SHA for fe68913
1 file changed
.github/workflows/pr.yml
@@ -19,6 +19,9 @@ jobs:
19
node-version: '20.x'
20
cache: 'pnpm'
21
22
+ - name: Install pnpm
23
+ run: npm install -g pnpm
24
+
25
- name: Install dependencies
26
run: pnpm install
27
0 commit comments