Update to use node16

Github Actions will stop working with Node12 soon-ish
This commit is contained in:
Rich Brown 2022-11-29 17:44:29 -05:00 committed by GitHub
parent 9e120dd99b
commit ab8468ce24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,5 +19,5 @@ inputs:
default: false default: false
runs: runs:
using: 'node12' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'