Skip to content

Commit e5191d6

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ async function main() {
7070
},
7171
"./types": {
7272
types: "./dist-types/index.d.ts",
73-
}
73+
},
7474
},
7575
sideEffects: false,
7676
},
7777
null,
78-
2
79-
)
78+
2,
79+
),
8080
);
8181
}
8282
main();

0 commit comments

Comments
 (0)