feat!: drop Node.js 24 support

This commit is contained in:
Zoltan Kochan
2026-02-17 13:28:17 +01:00
parent 9a52a9ef25
commit c147d3f3ca

View File

@@ -37,6 +37,6 @@ outputs:
bin_dest: bin_dest:
description: Location of `pnpm` and `pnpx` command description: Location of `pnpm` and `pnpx` command
runs: runs:
using: node22 using: node24
main: dist/index.js main: dist/index.js
post: dist/index.js post: dist/index.js