From b9e10a874a54a9a3b3de39507a9c5a483f05f36d Mon Sep 17 00:00:00 2001 From: Sven Schliesing Date: Mon, 10 Oct 2022 12:16:48 +0200 Subject: [PATCH] Upgrade to node16 > Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: nick-fields/retry --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7528bc4..c4fd862 100644 --- a/action.yml +++ b/action.yml @@ -50,5 +50,5 @@ outputs: exit_error: description: The final error returned by the command runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'