Skip to content

Commit

Permalink
build: add node 22 to target list
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawaus committed Jun 22, 2024
1 parent f40df9a commit fdf4306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export default defineConfig({
outDir: 'lib',
sourcemap: false,
splitting: false,
target: ['node18', 'node20'],
target: ['node18', 'node20', 'node22'],
})

0 comments on commit fdf4306

Please sign in to comment.