Skip to content

Commit

Permalink
chore: update target node version
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed May 20, 2024
1 parent 22274de commit 2304186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/scripts/config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
entryPoints: [path.resolve(__dirname, '../entrypoints/index.ts')],
outdir: path.resolve(__dirname, '../'),
platform: 'node',
target: 'node18',
target: 'node20',
bundle: true,
plugins: [nodeExternalsPlugin()],
logLevel: 'info',
Expand Down

0 comments on commit 2304186

Please sign in to comment.