chore: update node.js version from 16 to 20 (#56)

This commit is contained in:
ctdeakin
2024-01-28 07:01:15 -05:00
committed by GitHub
parent 0df5d9c641
commit ef28d469f1

View File

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