mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
build!: target node v24
This commit is contained in:
parent
aa8ca6b21b
commit
e2d0d9b0fe
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ await build({
|
||||||
entryPoints: ['./src/index.ts'],
|
entryPoints: ['./src/index.ts'],
|
||||||
bundle: true,
|
bundle: true,
|
||||||
platform: 'node',
|
platform: 'node',
|
||||||
target: 'node20',
|
target: 'node24',
|
||||||
minify: !!env['CI'],
|
minify: !!env['CI'],
|
||||||
tsconfig: 'tsconfig.dist.json',
|
tsconfig: 'tsconfig.dist.json',
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue