From 0ed182e1e2273f957255e1c895d4108a8c74ce41 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:19:55 -0700 Subject: [PATCH] ci: use node20 for github release action (#9297) --- .github/actions/github-release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/github-release/action.yml b/.github/actions/github-release/action.yml index 17c4715b9c12..6396413cb281 100644 --- a/.github/actions/github-release/action.yml +++ b/.github/actions/github-release/action.yml @@ -8,5 +8,5 @@ inputs: description: '' required: true runs: - using: 'node16' + using: 'node20' main: 'main.js'