feat!: node 24 support (#275)

BREAKING CHANGE: Requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later if you are using a self-hosted runner.

---------

Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com>
(cherry picked from commit 61789386cb)
This commit is contained in:
Salman Chishti
2025-08-15 20:55:04 +01:00
committed by Parker Brown
parent fee1f7d63c
commit 2e564a0bb8
3 changed files with 15 additions and 15 deletions

View File

@@ -136,6 +136,6 @@ outputs:
app-slug:
description: "GitHub App slug"
runs:
using: "node20"
using: "node24"
main: "dist/main.cjs"
post: "dist/post.cjs"