Update action.yml

Update action.yml to use node20 because node16 is deprecated
This commit is contained in:
ctdeakin 2024-01-25 14:39:36 -05:00 committed by GitHub
parent 0df5d9c641
commit 7986639a84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,5 +14,5 @@ outputs:
is-canary: is-canary:
description: "If the installed Deno version was a canary version." description: "If the installed Deno version was a canary version."
runs: runs:
using: "node16" using: "node20"
main: "main.js" main: "main.js"