feat: update to use nodejs20 runtime

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-12-21 13:39:34 -05:00
parent 7a931cba8c
commit 0baec7d13a
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
5 changed files with 9 additions and 15 deletions

View file

@ -11,7 +11,7 @@ inputs:
required: false
default: 'false'
runs:
using: 'node16'
using: 'node20'
main: 'lib/index.js'
branding:
icon: 'package'