Skip to content

Commit f582372

Browse files
committed
build: set minimal node version in build script to v20
1 parent 28911b7 commit f582372

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
@@ -53,11 +53,11 @@ async function main() {
5353
".": {
5454
types: "./dist-types/index.d.ts",
5555
import: "./dist-src/index.js",
56-
default: "./dist-src/index.js"
56+
default: "./dist-src/index.js",
5757
},
5858
"./types": {
59-
types: "./dist-types/types.d.ts"
60-
}
59+
types: "./dist-types/types.d.ts",
60+
},
6161
},
6262
sideEffects: false,
6363
},

0 commit comments

Comments
 (0)