File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
9
9
env :
10
- NODE_VERSION : 14
10
+ NODE_VERSION : 20
11
11
PERCY_PARALLEL_NONCE : ${{ github.run_id }}-${{ github.run_number }}
12
12
PERCY_PARALLEL_TOTAL : 1
13
13
37
37
- name : Lint
38
38
run : npm run lint
39
39
40
-
41
40
test-app :
42
41
name : Test app
43
42
runs-on : ubuntu-latest
65
64
PERCY_PARALLEL_TOTAL : ${{ env.PERCY_PARALLEL_TOTAL }}
66
65
PERCY_TOKEN : c08aaada222e9cb103a28b98e94d71ff8baaddb5a548237432d900f1d4a9ec27
67
66
68
-
69
67
lighthouse-ci :
70
68
name : Run Lighthouse
71
69
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 94
94
"webpack" : " ^5.76.0"
95
95
},
96
96
"engines" : {
97
- "node" : " 12.* || 14.* || >= 16 "
97
+ "node" : " >= 20 "
98
98
},
99
99
"ember" : {
100
100
"edition" : " octane"
108
108
" algoliasearch"
109
109
],
110
110
"volta" : {
111
- "node" : " 14.16.0" ,
112
- "npm" : " 8.5.3"
111
+ "node" : " 20.10.0"
113
112
}
114
113
}
You can’t perform that action at this time.
0 commit comments