Skip to content

Commit 73f6854

Browse files
committed
build: node18 to node20 in tsup
1 parent ae1e912 commit 73f6854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
index: 'src/index.ts',
66
'runner/index': 'src/runner/index.ts',
77
},
8-
target: ['node18'],
8+
target: ['node20'],
99
minify: true,
1010
clean: true,
1111
dts: true

0 commit comments

Comments
 (0)