Skip to content

Commit cccada8

Browse files
committed
build: set minimal node version in build script to v20
1 parent 8b2e097 commit cccada8

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
@@ -75,8 +75,8 @@ async function main() {
7575
sideEffects: false,
7676
},
7777
null,
78-
2
79-
)
78+
2,
79+
),
8080
);
8181
}
8282
main();

0 commit comments

Comments
 (0)