File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4141 - name : Setup Node.js
4242 uses : actions/setup-node@v4
4343 with :
44- node-version : ' 18 '
44+ node-version : ' 20.18.0 '
4545 cache : ' yarn'
4646
4747 - name : Install dependencies
@@ -128,7 +128,7 @@ jobs:
128128 - name : Setup Node.js
129129 uses : actions/setup-node@v4
130130 with :
131- node-version : ' 18 '
131+ node-version : ' 20.18.0 '
132132 cache : ' yarn'
133133
134134 - name : Install dependencies
@@ -189,7 +189,7 @@ jobs:
189189 - name : Setup Node.js
190190 uses : actions/setup-node@v4
191191 with :
192- node-version : ' 18 '
192+ node-version : ' 20.18.0 '
193193 cache : ' yarn'
194194
195195 - name : Install dependencies
@@ -230,7 +230,7 @@ jobs:
230230 - name : Setup Node.js
231231 uses : actions/setup-node@v4
232232 with :
233- node-version : ' 18 '
233+ node-version : ' 20.18.0 '
234234 cache : ' yarn'
235235
236236 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 - name : Setup Node.js
114114 uses : actions/setup-node@v4
115115 with :
116- node-version : ' 18 '
116+ node-version : ' 20.18.0 '
117117
118118 - name : Install Lighthouse CI
119119 run : npm install -g @lhci/cli
You can’t perform that action at this time.
0 commit comments