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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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"