mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
feat!: Require node v24 (#989)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
parent
4dfbc50e4c
commit
569b92826f
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ await build({
|
|||
entryPoints: ['./src/index.ts'],
|
||||
bundle: true,
|
||||
platform: 'node',
|
||||
target: 'node20',
|
||||
target: 'node24',
|
||||
minify: !!env['CI'],
|
||||
tsconfig: 'tsconfig.dist.json',
|
||||
sourcemap: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue