From 690cf94870f9e41e1188ffb2936566d1838e4508 Mon Sep 17 00:00:00 2001 From: Alice King Tai Poon <23336645+codenamedpkt@users.noreply.github.com> Date: Sun, 5 Jun 2022 17:17:26 +0800 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 27474e2a..82bf2a69 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ outputs: python-path: description: "The absolute path to the Python executable." runs: - using: 'node16' + using: 'node18' main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' post-if: success()