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 1212 - name : ' Install Node'
1313 uses : actions/setup-node@v4
1414 with :
15- node-version : ' 18 .x'
15+ node-version : ' 20 .x'
1616 cache : ' npm'
1717 cache-dependency-path : ' **/package-lock.json'
1818
Original file line number Diff line number Diff line change 1919 - name : Setup Node.js
2020 uses : actions/setup-node@v4
2121 with :
22- node-version : ' 18 .x'
22+ node-version : ' 20 .x'
2323 cache : ' npm'
2424 cache-dependency-path : ' **/package-lock.json'
2525 - run : npm ci
Original file line number Diff line number Diff line change 5555 - name : ' Install Node'
5656 uses : actions/setup-node@v4
5757 with :
58- node-version : ' 18 .x'
58+ node-version : ' 20 .x'
5959 cache : ' npm'
6060 cache-dependency-path : ' **/package-lock.json'
6161 - uses : oven-sh/setup-bun@v2
@@ -131,7 +131,7 @@ jobs:
131131 - name : ' Install Node'
132132 uses : actions/setup-node@v4
133133 with :
134- node-version : ' 18 .x'
134+ node-version : ' 20 .x'
135135 cache : ' npm'
136136 cache-dependency-path : ' **/package-lock.json'
137137 - name : Prefer npm global on windows
@@ -208,7 +208,7 @@ jobs:
208208 - name : ' Install Node'
209209 uses : actions/setup-node@v4
210210 with :
211- node-version : ' 18 .x'
211+ node-version : ' 20 .x'
212212 cache : ' npm'
213213 cache-dependency-path : ' **/package-lock.json'
214214 - name : setup pnpm/yarn
Original file line number Diff line number Diff line change 1717 - name : Setup Node.js
1818 uses : actions/setup-node@v4
1919 with :
20- node-version : ' 18 .x'
20+ node-version : ' 20 .x'
2121 cache : ' npm'
2222 cache-dependency-path : ' **/package-lock.json'
2323
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
1919 cancel-in-progress : true
2020
2121env :
22- NODE_VERSION : 18.18 .0
22+ NODE_VERSION : 20.9 .0
2323 PNPM_VERSION : 8.9.0
2424 NEXT_REPO : vercel/next.js
2525 NEXT_TEST_MODE : deploy
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const e2eOnlyFixtures = new Set([
2727 'middleware-node-runtime-specific' ,
2828 'middleware-static-asset-matcher' ,
2929 '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
3131 // see https://github.com/opennextjs/opennextjs-netlify/actions/runs/13268839161/job/37043172448?pr=2749#step:12:78
3232 'middleware-og' ,
3333 'middleware-single-matcher' ,
You can’t perform that action at this time.
0 commit comments