skip: merge (569b92826f) [skip release]

This commit is contained in:
github-actions[bot] 2026-01-30 08:46:33 +00:00
commit ff015cef90
3 changed files with 3 additions and 3 deletions

View file

@ -63,5 +63,5 @@ inputs:
required: false
runs:
using: node20
using: node24
main: dist/index.js

View file

@ -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": {

View file

@ -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,