From 131625d0516c3552a019f64164cec6e96fd53878 Mon Sep 17 00:00:00 2001 From: Jakub Boukal Date: Wed, 31 Jan 2024 15:29:49 +0100 Subject: [PATCH] Upgrade NodeJS to 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1d9bb82..c5da038 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: required: false default: '[pre-commit.ci lite] apply automatic fixes' runs: - using: node16 + using: node20 main: main.mjs post: post.mjs post-if: always() && env.PRE_COMMIT_CI_LITE_ARTIFACT == 'true'