File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
- name : Setup Node
35
35
uses : actions/setup-node@v4
36
36
with :
37
- node-version : 20
37
+ node-version : 20.19.4
38
38
cache : ' pnpm'
39
39
- name : Install dependencies
40
40
run : pnpm install
53
53
- name : Setup Node
54
54
uses : actions/setup-node@v4
55
55
with :
56
- node-version : 20
56
+ node-version : 20.19.4
57
57
cache : ' pnpm'
58
58
- name : Install dependencies
59
59
run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 25
25
- name : Setup Node
26
26
uses : actions/setup-node@v4
27
27
with :
28
- node-version : 20
28
+ node-version : 20.19.4
29
29
cache : ' pnpm'
30
30
- name : Install dependencies
31
31
run : pnpm install
Original file line number Diff line number Diff line change 54
54
- name : Setup Node
55
55
uses : actions/setup-node@v4
56
56
with :
57
- node-version : 20
57
+ node-version : 20.19.4
58
58
cache : ' pnpm'
59
59
- name : Install dependencies
60
60
run : pnpm install
@@ -128,7 +128,7 @@ jobs:
128
128
- name : Setup Node
129
129
uses : actions/setup-node@v4
130
130
with :
131
- node-version : 20
131
+ node-version : 20.19.4
132
132
cache : ' pnpm'
133
133
- name : Install dependencies
134
134
run : pnpm install
You can’t perform that action at this time.
0 commit comments