Merge pull request #140 from kdambekalns/patch-1

Use node16 to run the action
This commit is contained in:
Pascal Zimmermann 2022-10-12 08:35:55 +02:00 committed by GitHub
commit 4dcce6dea3
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: 'node12'
using: 'node16'
main: 'start.js'