File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,14 @@ jobs:
18
18
19
19
- uses : actions/setup-node@v4
20
20
with :
21
- node-version : 22
21
+ node-version : 20
22
22
# Optionally enable caching for pnpm:
23
23
# cache: 'pnpm'
24
24
25
- - name : Install pnpm
26
- run : npm install -g pnpm
25
+ - name : Setup pnpm
26
+ uses : pnpm/action-setup@v2
27
+ with :
28
+ version : 9
27
29
28
30
- name : Install dependencies
29
31
run : pnpm install
@@ -49,12 +51,14 @@ jobs:
49
51
50
52
- uses : actions/setup-node@v4
51
53
with :
52
- node-version : 22
54
+ node-version : 20
53
55
# Optionally enable caching for pnpm:
54
- cache : " pnpm"
56
+ # cache: "pnpm"
55
57
56
- - name : Install pnpm
57
- run : npm install -g pnpm
58
+ - name : Setup pnpm
59
+ uses : pnpm/action-setup@v2
60
+ with :
61
+ version : 9
58
62
59
63
- name : Install dependencies
60
64
run : pnpm install
You can’t perform that action at this time.
0 commit comments