File tree 5 files changed +13
-9
lines changed
5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v2
21
21
- name : Install Node
22
- uses : actions/setup-node@v2
22
+ uses : actions/setup-node@v3
23
23
with :
24
- node-version : 12 .x
24
+ node-version : 14 .x
25
25
cache : yarn
26
26
- name : Install Dependencies
27
27
run : until yarn install --frozen-lockfile; do echo "Retrying yarn"; done
41
41
42
42
steps :
43
43
- uses : actions/checkout@v2
44
- - uses : actions/setup-node@v2
44
+ - uses : actions/setup-node@v3
45
45
with :
46
- node-version : 12 .x
46
+ node-version : 14 .x
47
47
cache : yarn
48
48
- name : Install Dependencies
49
49
# Absurdly, yarn always fails on the first try here.
78
78
steps :
79
79
- uses : actions/checkout@v2
80
80
- name : Install Node
81
- uses : actions/setup-node@v2
81
+ uses : actions/setup-node@v3
82
82
with :
83
- node-version : 12 .x
83
+ node-version : 14 .x
84
84
cache : yarn
85
85
- name : Install Dependencies
86
86
run : until yarn install --frozen-lockfile; do echo "Retrying yarn"; done
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This addon provides an API for authoring a [Router service](https://api.emberjs.
11
11
12
12
* Ember.js v3.12 or above
13
13
* Ember CLI v3.24 or above
14
- * Node.js v12 or above
14
+ * Node.js v14 or above
15
15
16
16
17
17
## Installation
Original file line number Diff line number Diff line change 45
45
"rollup" : " ^2.70.1"
46
46
},
47
47
"engines" : {
48
- "node" : " 12 .* || 14 .* || >= 16 "
48
+ "node" : " 14 .* || 16 .* || >= 18 "
49
49
},
50
50
"publishConfig" : {
51
51
"registry" : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change 53
53
"tokenRef" : " GITHUB_AUTH"
54
54
},
55
55
"npm" : false
56
+ },
57
+ "volta" : {
58
+ "node" : " 14.19.2" ,
59
+ "yarn" : " 1.22.18"
56
60
}
57
61
}
Original file line number Diff line number Diff line change 77
77
"webpack" : " ^5.68.0"
78
78
},
79
79
"engines" : {
80
- "node" : " 12 .* || 14 .* || >= 16 "
80
+ "node" : " 14 .* || 16 .* || >= 18 "
81
81
},
82
82
"changelog" : {
83
83
"repo" : " villander/ember-engines-router-service" ,
You can’t perform that action at this time.
0 commit comments