From 9140fdcf549f069e1ad6cc2bf17ee0251b024bfb Mon Sep 17 00:00:00 2001 From: Robin Hallabro-Kokko Date: Thu, 25 Jan 2024 19:41:05 +0100 Subject: [PATCH] action.yml: Update to Node.js 20 (#1228) Node.js 16 actions are deprecated. This should suppress the deprecation notice: Please update the following actions to use Node.js 20: codecov/codecov-action@v3 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2e3327e..25268ec 100644 --- a/action.yml +++ b/action.yml @@ -120,5 +120,5 @@ branding: color: 'red' icon: 'umbrella' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'