From f782067b499e696a11b2c89b65d08b314a350d95 Mon Sep 17 00:00:00 2001 From: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:50:22 +0000 Subject: [PATCH] Update action to node 20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3a6531c8..5c466975 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ outputs: python-path: description: "The absolute path to the Python or PyPy executable." runs: - using: 'node16' + using: 'node20' main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' post-if: success()