File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
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
@@ -28,16 +28,12 @@ jobs:
28
28
cache : ' npm'
29
29
node-version : ${{ env.NODE_VERSION }}
30
30
31
- - name : Update npm
32
- run : npm i -g npm@7
33
-
34
31
- name : Install dependencies
35
32
run : npm ci
36
33
37
34
- name : Lint
38
35
run : npm run lint
39
36
40
-
41
37
test-app :
42
38
name : Test app
43
39
runs-on : ubuntu-latest
52
48
cache : ' npm'
53
49
node-version : ${{ env.NODE_VERSION }}
54
50
55
- - name : Update npm
56
- run : npm i -g npm@7
57
-
58
51
- name : Install dependencies
59
52
run : npm ci
60
53
65
58
PERCY_PARALLEL_TOTAL : ${{ env.PERCY_PARALLEL_TOTAL }}
66
59
PERCY_TOKEN : c08aaada222e9cb103a28b98e94d71ff8baaddb5a548237432d900f1d4a9ec27
67
60
68
-
69
61
lighthouse-ci :
70
62
name : Run Lighthouse
71
63
runs-on : ubuntu-latest
82
74
cache : ' npm'
83
75
node-version : ${{ env.NODE_VERSION }}
84
76
85
- - name : Update npm
86
- run : npm i -g npm@7
87
-
88
77
- name : Install dependencies
89
78
run : npm ci
90
79
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