upgraded to Node16

This commit is contained in:
Vidya Reddy 2022-06-16 11:25:53 -07:00
parent d449d75495
commit 5bfe7dba4e

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"