Skip to content

Commit fece7d8

Browse files
authored
Merge branch 'canary' into shu/5qp0
2 parents 4fa7f1c + 607ba02 commit fece7d8

File tree

490 files changed

+20300
-13679
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

490 files changed

+20300
-13679
lines changed

.github/actions/needs-triage/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ name: 'Issue auto label'
22
description: 'vercel/next.js specific auto-labeling action'
33
author: 'Next.js team'
44
runs:
5-
using: 'node16'
5+
using: 'node20'
66
main: 'index.js'

.github/actions/next-stats-action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt install unzip wget curl nano htop screen build-essential pkg-config libs
99

1010
RUN ln $(which python3) /usr/bin/python
1111

12-
RUN curl -sfLS https://install-node.vercel.app/v18 | bash -s -- -f
12+
RUN curl -sfLS https://install-node.vercel.app/v18.17.0 | bash -s -- -f
1313
RUN corepack enable
1414

1515
WORKDIR /next-stats

.github/actions/next-stats-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"typescript": "5.1.6"
1919
},
2020
"engines": {
21-
"node": ">=16.14.0",
21+
"node": ">=18.17.0",
2222
"pnpm": "8.9.0"
2323
},
2424
"packageManager": "[email protected]"

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
env:
99
NAPI_CLI_VERSION: 2.16.2
1010
TURBO_VERSION: 1.10.9
11-
NODE_MAINTENANCE_VERSION: 16
12-
NODE_LTS_VERSION: 18
11+
NODE_LTS_VERSION: 20
1312
CARGO_PROFILE_RELEASE_LTO: 'true'
1413
TURBO_TEAM: 'vercel'
1514
TURBO_REMOTE_ONLY: 'true'

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99
env:
1010
NAPI_CLI_VERSION: 2.14.7
1111
TURBO_VERSION: 1.10.9
12-
NODE_MAINTENANCE_VERSION: 16
13-
NODE_LTS_VERSION: 18
12+
NODE_LTS_VERSION: 20
1413
TEST_CONCURRENCY: 8
1514
# disable backtrace for test snapshots
1615
RUST_BACKTRACE: 0
@@ -147,7 +146,7 @@ jobs:
147146
group: [1, 2, 3, 4, 5]
148147
uses: ./.github/workflows/build_reusable.yml
149148
with:
150-
nodeVersion: 16
149+
nodeVersion: 18.17.0
151150
skipForDocsOnly: 'yes'
152151
afterBuild: RUST_BACKTRACE=0 NEXT_EXTERNAL_TESTS_FILTERS="$(pwd)/test/turbopack-tests-manifest.json" TURBOPACK=1 node run-tests.js --timings -g ${{ matrix.group }}/5 -c ${TEST_CONCURRENCY} --type integration
153152
secrets: inherit
@@ -212,7 +211,7 @@ jobs:
212211

213212
uses: ./.github/workflows/build_reusable.yml
214213
with:
215-
nodeVersion: 16
214+
nodeVersion: 18.17.0
216215
skipForDocsOnly: 'yes'
217216
afterBuild: node run-tests.js --timings -g ${{ matrix.group }}/12 -c ${TEST_CONCURRENCY} --type integration
218217
secrets: inherit

.github/workflows/build_reusable.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ on:
5757
env:
5858
NAPI_CLI_VERSION: 2.14.7
5959
TURBO_VERSION: 1.10.9
60-
NODE_MAINTENANCE_VERSION: 16
61-
NODE_LTS_VERSION: 18
60+
NODE_LTS_VERSION: 20
6261
TEST_CONCURRENCY: 8
6362
# disable backtrace for test snapshots
6463
RUST_BACKTRACE: 0

.github/workflows/code_freeze.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ name: Code Freeze
1818
env:
1919
NAPI_CLI_VERSION: 2.14.7
2020
TURBO_VERSION: 1.10.9
21-
NODE_MAINTENANCE_VERSION: 16
22-
NODE_LTS_VERSION: 18
21+
NODE_LTS_VERSION: 20
2322

2423
jobs:
2524
start:

.github/workflows/pull_request_stats.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ name: Generate Pull Request Stats
77
env:
88
NAPI_CLI_VERSION: 2.14.7
99
TURBO_VERSION: 1.10.9
10-
NODE_MAINTENANCE_VERSION: 16
11-
NODE_LTS_VERSION: 18
10+
NODE_LTS_VERSION: 20
1211
TEST_CONCURRENCY: 6
1312

1413
TURBO_TEAM: 'vercel'

.github/workflows/test_e2e_deploy.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,12 @@ jobs:
1616
DATADOG_API_KEY: ${{ secrets.DATA_DOG_API_KEY }}
1717
NAPI_CLI_VERSION: 2.16.2
1818
TURBO_VERSION: 1.10.9
19-
NODE_MAINTENANCE_VERSION: 16
20-
NODE_LTS_VERSION: 18
19+
NODE_LTS_VERSION: 20
2120
CARGO_PROFILE_RELEASE_LTO: 'true'
2221
TURBO_TEAM: 'vercel'
2322
TURBO_REMOTE_ONLY: 'true'
2423
TEST_TIMINGS_TOKEN: ${{ secrets.TEST_TIMINGS_TOKEN }}
2524
NEXT_TELEMETRY_DISABLED: 1
26-
# we build a dev binary for use in CI so skip downloading
27-
# canary next-swc binaries in the monorepo
28-
NEXT_SKIP_NATIVE_POSTINSTALL: 1
2925

3026
strategy:
3127
fail-fast: false
@@ -50,11 +46,6 @@ jobs:
5046

5147
- run: npm i -g vercel@latest
5248

53-
- uses: actions/download-artifact@v3
54-
with:
55-
name: next-swc-binaries
56-
path: packages/next-swc/native
57-
5849
- run: RESET_VC_PROJECT=true node scripts/reset-vercel-project.mjs
5950
name: Reset test project
6051

.github/workflows/test_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
node: [16, 18]
28+
node: [18, 20]
2929
steps:
3030
- uses: actions/checkout@v3
3131
with:
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup node
3838
uses: actions/setup-node@v3
3939
with:
40-
node-version: 16
40+
node-version: 18
4141
check-latest: true
4242
- run: corepack enable
4343

.github/workflows/trigger_release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ name: Trigger Release
3030
env:
3131
NAPI_CLI_VERSION: 2.14.7
3232
TURBO_VERSION: 1.10.9
33-
NODE_MAINTENANCE_VERSION: 16
34-
NODE_LTS_VERSION: 18
33+
NODE_LTS_VERSION: 20
3534

3635
jobs:
3736
start:

.github/workflows/update_fonts_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
NODE_LTS_VERSION: 18
11+
NODE_LTS_VERSION: 20
1212

1313
jobs:
1414
create-pull-request:

0 commit comments

Comments
 (0)