feat: Update the used NodeJS version to 20 (#184)

This commit is contained in:
Pascal Zimmermann 2023-10-07 11:43:19 +02:00 committed by GitHub
parent 29f05e01bb
commit d91a481090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,5 +40,5 @@ inputs:
required: false
default: '.'
runs:
using: 'node16'
using: 'node20'
main: 'start.js'