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 1f2b4a5 commit 7bb8744Copy full SHA for 7bb8744
.github/workflows/ci.yaml
@@ -21,17 +21,17 @@ jobs:
21
- name: Checkout repository
22
uses: actions/checkout@v3
23
24
+ - name: Install pnpm
25
+ uses: pnpm/action-setup@v2
26
+ with:
27
+ version: 8
28
+
29
- name: Setup Node.js and cache PNPM dependencies
30
uses: actions/setup-node@v3
31
with:
32
node-version: "20.8"
33
cache: pnpm
34
- - name: Install PNPM
- uses: pnpm/action-setup@v2
- with:
- version: 8
-
35
- name: Install Dependencies
36
run: pnpm install
37
env:
0 commit comments