Merge pull request #20 from RobPasMue/maint/update-nodejs16

Update action to use NodeJS 16
This commit is contained in:
Víctor Navarro 2022-10-23 10:43:01 +02:00 committed by GitHub
commit 26a249fb00
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"