From a70665c023faea7b0d3784b83304892847fcab49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Fri, 21 Oct 2022 12:43:22 +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 e28e3af..25e62fe 100644 --- a/action.yml +++ b/action.yml @@ -90,5 +90,5 @@ outputs: image-with-tag: description: 'Name of the image tagged with the first tag present' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'