From 9ba8e23c4c6dbc84212c22cc45c54703c46f4f6c Mon Sep 17 00:00:00 2001 From: Dominick Gendill Date: Wed, 12 Oct 2022 16:14:54 -0600 Subject: [PATCH] Update to node16 as documented here https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- 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'