Skip to content

Commit

Permalink
feat!: drop node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 28, 2024
1 parent e7bb924 commit 58ea899
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 @@ -116,7 +116,7 @@
"vue": "^3.5.13"
},
"engines": {
"node": ">=16.14.0"
"node": ">=18.12.0"
},
"prettier": "@sxzz/prettier-config",
"resolutions": {
Expand Down
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.12',
splitting: true,
cjsInterop: true,
clean: true,
Expand Down

0 comments on commit 58ea899

Please sign in to comment.