Update Node.js version to 24 in action and dependencies (#891)

* Update Node.js version to 24 in action and dependencies

Bump the required Node.js version to 24 in action.yml and package.json. Update @types/node to ^24.1.0 to match the new Node.js version.

* package.json version update

* update to the latest versions

---------

Co-authored-by: Aparna Jyothi <[email protected]>
This commit is contained in:
Salman Chishti
2025-09-03 22:24:18 -05:00
committed by GitHub
co-authored by Aparna Jyothi
parent b0a1180683
commit f1a63e87db
7 changed files with 30 additions and 22 deletions
+1 -1
View File
@@ -28,5 +28,5 @@ outputs:
all-labels:
description: 'A comma-separated list of all labels that the PR contains'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'