From 102bfb62ec77499b4060f57353dad490bd8034b8 Mon Sep 17 00:00:00 2001 From: Enes Date: Tue, 8 Nov 2022 04:55:35 +0300 Subject: [PATCH] bump action from Node12 to Node16 The GitHub Actions workflow gives the following annotation while running the action: > Node.js 12 actions are deprecated. For more information see: github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12. Signed-off-by: Enes --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 2b5800a..69b52af 100644 --- a/action.yaml +++ b/action.yaml @@ -19,7 +19,7 @@ outputs: response-text: description: The Arweave HTTP API response status text. runs: - using: node12 + using: node16 main: index.js branding: icon: clock