Upgrade to Node 24 and bump major version to 3.0.0

Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-13 03:26:49 +00:00
parent 05fffd2a36
commit 02d678b165
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
nodejs 20.11.0
nodejs 24.14.0

View file

@ -88,5 +88,5 @@ outputs:
created_comment_id:
description: "ID of newly created comment, if any"
runs:
using: "node20"
using: "node24"
main: "dist/index.js"

View file

@ -1,6 +1,6 @@
{
"name": "sticky-pull-request-comment",
"version": "2.1.1",
"version": "3.0.0",
"private": true,
"description": "Create comment on pull request, if exists update that comment.",
"main": "lib/main.js",