feat: use node20 as runner (#23)
Some checks failed
test / test (push) Has been cancelled

should be available now as per
https://github.com/actions/runner/issues/2619#issuecomment-1679003443
This commit is contained in:
Gregor Martynus
2023-08-22 10:24:39 -07:00
committed by GitHub
parent 9cf7227dfb
commit 803e078eb5

View File

@@ -15,6 +15,6 @@ outputs:
token:
description: "GitHub installation access token"
runs:
using: "node16"
using: "node20"
main: "dist/main.cjs"
post: "dist/post.cjs"