chore: node 20 as default runtime

This commit is contained in:
CrazyMax 2023-09-10 05:29:56 +02:00
parent 81a846ee13
commit 4fd68cb082
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -28,5 +28,5 @@ inputs:
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'