Skip to content

Commit

Permalink
refactor!: drop node18
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 3, 2024
1 parent 4dcf2be commit 1836489
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 @@ -107,7 +107,7 @@
"webpack": "^5.90.3"
},
"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 1836489

Please sign in to comment.