From fa9c4059c3091c44a98b93b7728af6ec8a4d80b2 Mon Sep 17 00:00:00 2001 From: Dave Johansen Date: Wed, 25 Oct 2023 11:34:46 -0600 Subject: [PATCH] Upgrade to node20 --- 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()