Skip to content

Commit f7c3d61

Browse files
committed
build: set minimal node version in build script to v20.17
1 parent de23cf1 commit f7c3d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ async function main() {
7272
sideEffects: false,
7373
},
7474
null,
75-
2
76-
)
75+
2,
76+
),
7777
);
7878
}
7979
main();

0 commit comments

Comments
 (0)