Skip to content

Commit 2bb1f0f

Browse files
committed
chore: set minimum Node.js version to 18.0.0
Update min-node-version in the build and release CI workflows.
1 parent 2c55c22 commit 2bb1f0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
package-manager: 'yarn'
2929
cache: false
30-
min-node-version: 16
30+
min-node-version: 18
3131
rust: true
3232
only: darwin-arm64,darwin-x64,linux-arm64,linux-x64
3333

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
package-manager: 'yarn'
2828
cache: false
29-
min-node-version: 16
29+
min-node-version: 18
3030
rust: true
3131
only: darwin-arm64,darwin-x64,linux-arm64,linux-x64
3232

0 commit comments

Comments
 (0)