From 205bfaaaad50a230c73352001d6b4cfaedb7219b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Fri, 21 Oct 2022 12:48:01 +0200 Subject: [PATCH] action: Update to Node 16 See 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'