Update action to use node 20

This commit is contained in:
Maurice Arikoglu 2024-01-31 16:37:48 +01:00 committed by GitHub
parent b9643932c9
commit a7804b6007
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"