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 18
18
- uses : actions/checkout@v2
19
19
- uses : actions/setup-node@v2
20
20
with :
21
- node-version : 12 .x
21
+ node-version : 14 .x
22
22
23
23
- name : get yarn cache dir
24
24
id : yarn-cache
44
44
strategy :
45
45
matrix :
46
46
os : [ubuntu-latest, windows-latest]
47
- node-version : [10 .x, 12 .x]
47
+ node-version : [12 .x, 14.x, 16 .x]
48
48
49
49
steps :
50
50
- uses : actions/checkout@v2
84
84
- uses : actions/checkout@v2
85
85
- uses : actions/setup-node@v2
86
86
with :
87
- node-version : 12 .x
87
+ node-version : 14 .x
88
88
89
89
- name : get yarn cache dir
90
90
id : yarn-cache
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v2
15
15
- uses : actions/setup-node@v2
16
16
with :
17
- node-version : 12 .x
17
+ node-version : 14 .x
18
18
registry-url : ' https://registry.npmjs.org'
19
19
20
20
- run : npm publish
Original file line number Diff line number Diff line change 58
58
"release-it-lerna-changelog" : " 3.1.0"
59
59
},
60
60
"engines" : {
61
- "node" : " 10 .* || >= 12 .*"
61
+ "node" : " 12 .* || 14.* || >= 16 .*"
62
62
},
63
63
"changelog" : {
64
64
"repo" : " simplabs/ember-test-selectors" ,
You can’t perform that action at this time.
0 commit comments