Skip to content

Commit 91e5f7f

Browse files
authored
chore: update node versions in various places (#9451)
* update node versions * always use latest node 20
1 parent 590d69b commit 91e5f7f

File tree

23 files changed

+29
-29
lines changed

23 files changed

+29
-29
lines changed

.github/workflows/c3-e2e.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: steps.changes.outputs.everything_but_markdown == 'true'
4040
uses: ./.github/actions/install-dependencies
4141
with:
42-
node-version: 20.11.1
42+
node-version: 20
4343
turbo-api: ${{ secrets.TURBO_API }}
4444
turbo-team: ${{ secrets.TURBO_TEAM }}
4545
turbo-token: ${{ secrets.TURBO_TOKEN }}
@@ -49,7 +49,7 @@ jobs:
4949
if: steps.changes.outputs.everything_but_markdown == 'true'
5050
uses: ./.github/actions/run-c3-e2e
5151
with:
52-
node-version: 20.11.1
52+
node-version: 20
5353
packageManager: ${{ matrix.pm.name }}
5454
packageManagerVersion: ${{ matrix.pm.version }}
5555
quarantine: false
@@ -61,7 +61,7 @@ jobs:
6161
if: steps.changes.outputs.everything_but_markdown == 'true'
6262
uses: ./.github/actions/run-c3-e2e
6363
with:
64-
node-version: 20.11.1
64+
node-version: 20
6565
packageManager: ${{ matrix.pm.name }}
6666
packageManagerVersion: ${{ matrix.pm.version }}
6767
quarantine: false
@@ -101,7 +101,7 @@ jobs:
101101
if: steps.changes.outputs.everything_but_markdown == 'true'
102102
uses: ./.github/actions/install-dependencies
103103
with:
104-
node-version: 20.11.1
104+
node-version: 20
105105
turbo-api: ${{ secrets.TURBO_API }}
106106
turbo-team: ${{ secrets.TURBO_TEAM }}
107107
turbo-token: ${{ secrets.TURBO_TOKEN }}
@@ -111,7 +111,7 @@ jobs:
111111
if: steps.changes.outputs.everything_but_markdown == 'true'
112112
uses: ./.github/actions/run-c3-e2e
113113
with:
114-
node-version: 20.11.1
114+
node-version: 20
115115
packageManager: ${{ matrix.pm.name }}
116116
packageManagerVersion: ${{ matrix.pm.version }}
117117
quarantine: false
@@ -123,7 +123,7 @@ jobs:
123123
if: steps.changes.outputs.everything_but_markdown == 'true'
124124
uses: ./.github/actions/run-c3-e2e
125125
with:
126-
node-version: 20.11.1
126+
node-version: 20
127127
packageManager: ${{ matrix.pm.name }}
128128
packageManagerVersion: ${{ matrix.pm.version }}
129129
quarantine: false

fixtures/node-app-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"wrangler": "workspace:*"
2323
},
2424
"engines": {
25-
"node": ">=18.0.0"
25+
"node": ">=20.0.0"
2626
},
2727
"volta": {
2828
"extends": "../../package.json"

fixtures/pages-d1-shim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"wrangler": "workspace:*"
1818
},
1919
"engines": {
20-
"node": ">=18.0.0"
20+
"node": ">=20.0.0"
2121
},
2222
"volta": {
2323
"extends": "../../package.json"

fixtures/pages-dev-proxy-with-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"wrangler": "workspace:*"
1818
},
1919
"engines": {
20-
"node": ">=18.0.0"
20+
"node": ">=20.0.0"
2121
},
2222
"volta": {
2323
"extends": "../../package.json"

fixtures/pages-functions-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"wrangler": "workspace:*"
2424
},
2525
"engines": {
26-
"node": ">=18.0.0"
26+
"node": ">=20.0.0"
2727
},
2828
"volta": {
2929
"extends": "../../package.json"

fixtures/pages-functions-wasm-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"wrangler": "workspace:*"
1919
},
2020
"engines": {
21-
"node": ">=18.0.0"
21+
"node": ">=20.0.0"
2222
},
2323
"volta": {
2424
"extends": "../../package.json"

fixtures/pages-functions-with-config-file-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"wrangler": "workspace:*"
1818
},
1919
"engines": {
20-
"node": ">=18.0.0"
20+
"node": ">=20.0.0"
2121
},
2222
"volta": {
2323
"extends": "../../package.json"

fixtures/pages-functions-with-routes-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"wrangler": "workspace:*"
1919
},
2020
"engines": {
21-
"node": ">=18.0.0"
21+
"node": ">=20.0.0"
2222
},
2323
"volta": {
2424
"extends": "../../package.json"

fixtures/pages-nodejs-v2-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"wrangler": "workspace:*"
2020
},
2121
"engines": {
22-
"node": ">=18.0.0"
22+
"node": ">=20.0.0"
2323
},
2424
"volta": {
2525
"extends": "../../package.json"

fixtures/pages-plugin-mounted-on-root-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"wrangler": "workspace:*"
2424
},
2525
"engines": {
26-
"node": ">=18.0.0"
26+
"node": ">=20.0.0"
2727
},
2828
"volta": {
2929
"extends": "../../package.json"

0 commit comments

Comments
 (0)