1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 03:07:49 +02:00

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 <aparnajyothi-y@github.com>
This commit is contained in:
Salman Chishti
2025-09-04 04:24:18 +01:00
committed by GitHub
parent b0a1180683
commit f1a63e87db
7 changed files with 30 additions and 22 deletions

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'