2
0
Fork 0
mirror of https://github.com/redhat-actions/push-to-registry.git synced 2025-06-27 16:25:53 +00:00

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:
description: 'A JSON array of registry paths to which the tag(s) were pushed'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'