Update action to node16

This commit is contained in:
Dominick Gendill 2022-12-23 08:25:53 -07:00 committed by divyansh42
parent 3f429b2fec
commit 8b69cb8d8b

View file

@ -47,5 +47,5 @@ outputs:
registry-paths: registry-paths:
description: 'A JSON array of registry paths to which the tag(s) were pushed' description: 'A JSON array of registry paths to which the tag(s) were pushed'
runs: runs:
using: 'node12' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'