Skip to content

Commit

Permalink
refactor!: drop node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jun 12, 2023
1 parent e9c708d commit ff1e625
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 @@ -96,6 +96,6 @@
"vitest": "^0.31.4"
},
"engines": {
"node": ">=14.19.0"
"node": ">=16.14.0"
}
}
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'],
format: ['cjs', 'esm'],
target: 'node14',
target: 'node16.14',
splitting: true,
clean: true,
dts: true,
Expand Down

0 comments on commit ff1e625

Please sign in to comment.