Skip to content

Commit 7acb9b6

Browse files
authored
[turbopack] Update Napi CLI to the latest 2x release (#80697)
## What Update the napi cli to the latest 2x build 2.18.4 ## Why This will make it easy to pass custom cargo profiles to napi, which will make it easier to enable debug assertions, which will happen in a followup. Part-of PACK-4578
1 parent e231928 commit 7acb9b6

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.github/workflows/build_and_deploy.yml

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

1111
env:
12-
NAPI_CLI_VERSION: 2.16.2
12+
NAPI_CLI_VERSION: 2.18.4
1313
TURBO_VERSION: 2.3.3
1414
NODE_LTS_VERSION: 20
1515
CARGO_PROFILE_RELEASE_LTO: 'true'

.github/workflows/build_reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ on:
7171
default: 'x86_64-unknown-linux-gnu'
7272

7373
env:
74-
NAPI_CLI_VERSION: 2.14.7
74+
NAPI_CLI_VERSION: 2.18.4
7575
TURBO_VERSION: 2.3.3
7676
NODE_LTS_VERSION: 20.9.0
7777
# run-tests.js reads `TEST_CONCURRENCY` if no explicit `--concurrency` or `-c`

.github/workflows/code_freeze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
name: Code Freeze
1717

1818
env:
19-
NAPI_CLI_VERSION: 2.14.7
19+
NAPI_CLI_VERSION: 2.18.4
2020
TURBO_VERSION: 2.3.3
2121
NODE_LTS_VERSION: 20
2222

.github/workflows/pull_request_stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
name: Generate Pull Request Stats
66

77
env:
8-
NAPI_CLI_VERSION: 2.14.7
8+
NAPI_CLI_VERSION: 2.18.4
99
TURBO_VERSION: 2.3.3
1010
NODE_LTS_VERSION: 20
1111
TEST_CONCURRENCY: 6

.github/workflows/trigger_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
name: Trigger Release
3535

3636
env:
37-
NAPI_CLI_VERSION: 2.14.7
37+
NAPI_CLI_VERSION: 2.18.4
3838
TURBO_VERSION: 2.3.3
3939
NODE_LTS_VERSION: 20
4040

.github/workflows/trigger_release_new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
concurrency: ${{ github.workflow }}-${{ github.ref }}
2929

3030
env:
31-
NAPI_CLI_VERSION: 2.14.7
31+
NAPI_CLI_VERSION: 2.18.4
3232
TURBO_VERSION: 2.3.3
3333
NODE_LTS_VERSION: 20
3434

packages/next-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"devDependencies": {
38-
"@napi-rs/cli": "2.18.0",
38+
"@napi-rs/cli": "2.18.4",
3939
"cross-env": "6.0.3",
4040
"wasm-pack": "0.13.1"
4141
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)