Update action to use NodeJS 16

This commit is contained in:
Roberto Pastor Muela 2022-10-17 09:56:27 +02:00 committed by GitHub
parent d78955ce8c
commit 75e1c461d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,5 +16,5 @@ branding:
icon: "package" icon: "package"
color: "red" color: "red"
runs: runs:
using: "node12" using: "node16"
main: "dist/index.js" main: "dist/index.js"