From 8b69cb8d8bacab0a269a4ac524eacafb1068bec6 Mon Sep 17 00:00:00 2001 From: Dominick Gendill <1159795+dgendill@users.noreply.github.com> Date: Fri, 23 Dec 2022 08:25:53 -0700 Subject: [PATCH] Update action to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d7f2588..4953e72 100644 --- a/action.yml +++ b/action.yml @@ -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'