Merge pull request #1238 from MauriceArikoglu/patch-1

Chore: Update action to use node 20
This commit is contained in:
marocchino 2024-02-01 13:25:40 +09:00 committed by GitHub
commit 76f17ea530
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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