From 8c9958eba538e5509adabf4f49d080cb11a5222c Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 5 Sep 2023 08:55:36 +0530 Subject: [PATCH] feat: bump to use node20 runtime --- 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()