Skip to content

Commit

Permalink
feat: bump default node version
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Jul 15, 2024
1 parent 00e1a53 commit e3a2113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vercel/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig([
external: ['esbuild', 'vike'],
format: ['esm', 'cjs'],
platform: 'node',
target: 'node16',
target: 'node18',
dts: {
entry: './src/index.ts',
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-integration/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig([
format: ['esm'],

platform: 'node',
target: 'node16',
target: 'node18',
dts: {
entry: ['./vike.ts', './templates/helpers.ts', './+config.ts'],
},
Expand Down

0 comments on commit e3a2113

Please sign in to comment.