From a3b30ad5b5ad04c26a4b03f52c24a517f6e842ee Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Sun, 15 Oct 2023 17:16:24 +0200 Subject: [PATCH] chore: update runner to node20 Update GitHub Actions to versions using supported versions of NodeJS, same as the internal GitHub Actions. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 48fc14b..a011b38 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: "The file path to ast-grep's project config relative to root dir" default: '' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'zap'