File tree Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- uses : actions/checkout@v2
20
- - uses : volta-cli/action@v1
21
- with :
22
- node-version : 10.x
20
+ - uses : volta-cli/action@v4
23
21
- run : yarn install --frozen-lockfile --ignore-engines
24
22
- run : yarn lint
25
23
- run : yarn test
31
29
32
30
steps :
33
31
- uses : actions/checkout@v2
34
- - uses : volta-cli/action@v1
35
- with :
36
- node-version : 12.x
32
+ - uses : volta-cli/action@v4
37
33
- run : yarn install --no-lockfile
38
34
- run : yarn test
39
35
@@ -64,17 +60,15 @@ jobs:
64
60
65
61
steps :
66
62
- uses : actions/checkout@v2
67
- - uses : volta-cli/action@v1
68
- with :
69
- node-version : 12.x
63
+ - uses : volta-cli/action@v4
70
64
- name : install dependencies
71
65
run : yarn install --frozen-lockfile
72
66
- name : test
73
67
run : node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
74
68
75
69
types :
76
70
runs-on : ubuntu-latest
77
-
71
+
78
72
needs : test
79
73
80
74
strategy :
86
80
87
81
steps :
88
82
- uses : actions/checkout@v2
89
- - uses : volta-cli/action@v1
90
- with :
91
- node-version : 12.x
83
+ - uses : volta-cli/action@v4
92
84
- name : install dependencies
93
85
run : yarn install --frozen-lockfile
94
86
- name : install TS version
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ module.exports = async function () {
100
100
npm : {
101
101
devDependencies : {
102
102
'ember-source' : await getChannelURL ( 'release' ) ,
103
+ '@ember/string' : '3.1.1' ,
103
104
} ,
104
105
} ,
105
106
} ,
@@ -108,6 +109,7 @@ module.exports = async function () {
108
109
npm : {
109
110
devDependencies : {
110
111
'ember-source' : await getChannelURL ( 'beta' ) ,
112
+ '@ember/string' : '3.1.1' ,
111
113
} ,
112
114
} ,
113
115
} ,
@@ -116,6 +118,7 @@ module.exports = async function () {
116
118
npm : {
117
119
devDependencies : {
118
120
'ember-source' : await getChannelURL ( 'canary' ) ,
121
+ '@ember/string' : '3.1.1' ,
119
122
} ,
120
123
} ,
121
124
} ,
Original file line number Diff line number Diff line change 155
155
}
156
156
},
157
157
"volta" : {
158
- "node" : " 12.22.4 " ,
158
+ "node" : " 14.21.3 " ,
159
159
"yarn" : " 1.22.4"
160
160
},
161
161
"typesVersions" : {
You can’t perform that action at this time.
0 commit comments