upgraded to Node16 (#53)

Co-authored-by: Vidya Reddy <vidyareddy@microsoft.com>
This commit is contained in:
Vidya 2022-06-16 11:48:20 -07:00 committed by GitHub
parent d449d75495
commit 09392910a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,5 +11,5 @@ outputs:
branding: branding:
color: "blue" color: "blue"
runs: runs:
using: "node12" using: "node16"
main: "lib/index.js" main: "lib/index.js"