1
0
mirror of https://github.com/pnpm/action-setup.git synced 2026-03-01 07:51:02 +08:00

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
No known key found for this signature in database
GPG Key ID: 649E4D4AF74E7DEC

View File

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