From 6dd45a8d00674856aaf2cdcc3726dd4241d2b49a Mon Sep 17 00:00:00 2001 From: Andreas Mosti Date: Thu, 27 Oct 2022 08:30:14 +0200 Subject: [PATCH] Updating node runtime from 12 to 16 As reported in #368, `node12` has been deprecated from Github. This PR bumps it to 16. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index cf658df..b7717b6 100644 --- a/action.yml +++ b/action.yml @@ -6,5 +6,5 @@ inputs: description: 'The BATS version to setup. Example: 1.0.0 or master, default: 1.2.1' default: '1.2.1' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'