File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v3
22
22
- name : Install Node
23
- uses : actions/setup-node@v3
24
- with :
25
- node-version : 14.x
26
- cache : yarn
23
+ uses : volta-cli/action@v4
27
24
- name : Install Dependencies
28
25
run : yarn install --frozen-lockfile
29
26
- name : Lint
38
35
39
36
steps :
40
37
- uses : actions/checkout@v3
41
- - uses : actions/setup-node@v3
42
- with :
43
- node-version : 14.x
44
- cache : yarn
38
+ - name : Install Node
39
+ uses : volta-cli/action@v4
45
40
- name : Install Dependencies
46
41
run : yarn install --no-lockfile
47
42
- name : Run Tests
74
69
steps :
75
70
- uses : actions/checkout@v3
76
71
- name : Install Node
77
- uses : actions/setup-node@v3
78
- with :
79
- node-version : 14.x
80
- cache : yarn
72
+ uses : volta-cli/action@v4
81
73
- name : Install Dependencies
82
74
run : yarn install --frozen-lockfile
83
75
- name : Run Tests
Original file line number Diff line number Diff line change 85
85
"engines" : {
86
86
"node" : " 14.* || 16.* || >= 18"
87
87
},
88
+ "volta" : {
89
+ "node" : " 14.21.1" ,
90
+ "yarn" : " 3.3.0"
91
+ },
88
92
"ember" : {
89
93
"edition" : " octane"
90
94
},
You can’t perform that action at this time.
0 commit comments