Skip to content

Commit

Permalink
refactor!: drop node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 2, 2024
1 parent 5b0dd8c commit abd1b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"vitest": "^1.3.1"
},
"engines": {
"node": ">=16.14.0"
"node": ">=18.0.0"
},
"prettier": "@sxzz/prettier-config"
}
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'tsup'
export default defineConfig({
entry: ['./src/*.ts'],
format: ['cjs', 'esm'],
target: 'node16.14',
target: 'node18',
splitting: true,
cjsInterop: true,
clean: true,
Expand Down

0 comments on commit abd1b8f

Please sign in to comment.