From 520132c5fb93cae72d3eb41fa74c52caa285d431 Mon Sep 17 00:00:00 2001 From: Martin Mauch Date: Sat, 18 Feb 2023 07:47:22 +0100 Subject: [PATCH] Update Node (#58) Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: olafurpg/setup-scala@v13. For more information 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 b234ce00..bf9715d3 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: description: The Jabba version to install. default: "0.11.2" runs: - using: "node12" + using: "node16" main: "lib/main.js" branding: icon: "download"