Skip to content

Commit 726cd26

Browse files
authored
chore: set minimum Node.js version to 18 (#85)
Update min-node-version in the build and release CI workflows.
1 parent e26b656 commit 726cd26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)