mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-15 02:26:52 +00:00
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:
parent
05fffd2a36
commit
02d678b165
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
nodejs 20.11.0
|
||||
nodejs 24.14.0
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue