From 08c541b8f64894055a164b5ca74e11d9d8c34c04 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sat, 22 Oct 2022 16:01:38 +0000 Subject: [PATCH] Run on node 16 Fixes #53 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0bcf9d6..36959ca 100644 --- a/action.yml +++ b/action.yml @@ -81,5 +81,5 @@ outputs: description: The SemVer 2.0 compliant version. runs: - using: node12 + using: node16 main: dist/index.js