We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1e912 commit 73f6854Copy full SHA for 73f6854
tsup.config.ts
@@ -5,7 +5,7 @@ export default defineConfig({
5
index: 'src/index.ts',
6
'runner/index': 'src/runner/index.ts',
7
},
8
- target: ['node18'],
+ target: ['node20'],
9
minify: true,
10
clean: true,
11
dts: true
0 commit comments