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'