1
0
mirror of https://github.com/actions/labeler synced 2026-05-12 09:31:12 +02:00

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.
This commit is contained in:
Salman Muin Kayser Chishti
2025-07-30 15:16:16 +01:00
parent b0a1180683
commit 6c59921262
3 changed files with 19 additions and 11 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'