File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
- name : ' Install Node'
13
13
uses : actions/setup-node@v4
14
14
with :
15
- node-version : ' 18 .x'
15
+ node-version : ' 20 .x'
16
16
cache : ' npm'
17
17
cache-dependency-path : ' **/package-lock.json'
18
18
Original file line number Diff line number Diff line change 19
19
- name : Setup Node.js
20
20
uses : actions/setup-node@v4
21
21
with :
22
- node-version : ' 18 .x'
22
+ node-version : ' 20 .x'
23
23
cache : ' npm'
24
24
cache-dependency-path : ' **/package-lock.json'
25
25
- run : npm ci
Original file line number Diff line number Diff line change 55
55
- name : ' Install Node'
56
56
uses : actions/setup-node@v4
57
57
with :
58
- node-version : ' 18 .x'
58
+ node-version : ' 20 .x'
59
59
cache : ' npm'
60
60
cache-dependency-path : ' **/package-lock.json'
61
61
- uses : oven-sh/setup-bun@v2
@@ -131,7 +131,7 @@ jobs:
131
131
- name : ' Install Node'
132
132
uses : actions/setup-node@v4
133
133
with :
134
- node-version : ' 18 .x'
134
+ node-version : ' 20 .x'
135
135
cache : ' npm'
136
136
cache-dependency-path : ' **/package-lock.json'
137
137
- name : Prefer npm global on windows
@@ -208,7 +208,7 @@ jobs:
208
208
- name : ' Install Node'
209
209
uses : actions/setup-node@v4
210
210
with :
211
- node-version : ' 18 .x'
211
+ node-version : ' 20 .x'
212
212
cache : ' npm'
213
213
cache-dependency-path : ' **/package-lock.json'
214
214
- name : setup pnpm/yarn
Original file line number Diff line number Diff line change 17
17
- name : Setup Node.js
18
18
uses : actions/setup-node@v4
19
19
with :
20
- node-version : ' 18 .x'
20
+ node-version : ' 20 .x'
21
21
cache : ' npm'
22
22
cache-dependency-path : ' **/package-lock.json'
23
23
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
19
19
cancel-in-progress : true
20
20
21
21
env :
22
- NODE_VERSION : 18.18 .0
22
+ NODE_VERSION : 20.9 .0
23
23
PNPM_VERSION : 8.9.0
24
24
NEXT_REPO : vercel/next.js
25
25
NEXT_TEST_MODE : deploy
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const e2eOnlyFixtures = new Set([
27
27
'middleware-node-runtime-specific' ,
28
28
'middleware-static-asset-matcher' ,
29
29
'middleware-subrequest-vuln' ,
30
- // There is also a bug on Windows on Node.js 18.20.6, that cause build failures on this fixture
30
+ // There is a bug on Windows on Node.js 18.20.6, that causes build failures on this fixture
31
31
// see https://github.com/opennextjs/opennextjs-netlify/actions/runs/13268839161/job/37043172448?pr=2749#step:12:78
32
32
'middleware-og' ,
33
33
'middleware-single-matcher' ,
You can’t perform that action at this time.
0 commit comments