Run action with NodeJS 16

This commit is contained in:
Philipp Trulson 2022-06-10 18:00:41 +02:00
parent 632d91dfe1
commit 58c9dff900
No known key found for this signature in database
GPG key ID: 73CBABEA8D422ABC
5 changed files with 4235 additions and 324 deletions

View file

@ -25,6 +25,6 @@ inputs:
default: 'true'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
post: 'dist/index.js'