From c9a740f3e6cc578ad9a24483a5b09ba17c3373e2 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Tue, 20 May 2025 13:22:39 +0300 Subject: [PATCH] Update node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eeb656f..14d946a 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ inputs: GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. default: ${{ github.server_url == 'https://github.com' && github.token || '' }} runs: - using: 'node16' + using: 'node20' main: 'src/index.js' post: 'src/post.js'