File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
- name : Install Node
23
23
uses : actions/setup-node@v3
24
24
with :
25
- node-version : 14 .x
25
+ node-version : 18 .x
26
26
cache : yarn
27
27
28
28
- name : Install Dependencies
48
48
- uses : actions/checkout@v3
49
49
- uses : actions/setup-node@v3
50
50
with :
51
- node-version : 14 .x
51
+ node-version : 18 .x
52
52
cache : yarn
53
53
54
54
- name : Install Dependencies
@@ -86,12 +86,12 @@ jobs:
86
86
- name : Install Node
87
87
uses : actions/setup-node@v3
88
88
with :
89
- node-version : 14 .x
89
+ node-version : 18 .x
90
90
cache : yarn
91
91
92
92
- name : Install Dependencies
93
93
run : until yarn install --frozen-lockfile; do echo "Retrying yarn"; done
94
94
95
95
- name : Run Tests
96
96
run : ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
97
- working-directory : test-app
97
+ working-directory : test-app
Original file line number Diff line number Diff line change 75
75
"webpack" : " ^5.75.0"
76
76
},
77
77
"engines" : {
78
- "node" : " 14 .* || 16 .* || >= 18 "
78
+ "node" : " 16 .* || 18 .* || >= 20 "
79
79
},
80
80
"ember" : {
81
81
"edition" : " octane"
You can’t perform that action at this time.
0 commit comments