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
|
|
@ -63,5 +63,5 @@ inputs:
|
|||
required: false
|
||||
|
||||
runs:
|
||||
using: node20
|
||||
using: node24
|
||||
main: dist/index.js
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
},
|
||||
"packageManager": "pnpm@10.28.1",
|
||||
"engines": {
|
||||
"node": "^20.9.0 || ^22.11.0 || ^24.11.0",
|
||||
"node": ">=24.11.0",
|
||||
"pnpm": "^10.0.0"
|
||||
},
|
||||
"pnpm": {
|
||||
|
|
|
|||
|
|
@ -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