From 4c8439764a4d96b454f9b8e3a78ec1aad078852b Mon Sep 17 00:00:00 2001 From: Lily Date: Wed, 24 Jan 2024 20:01:32 +0300 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 38407be..ec2dd8e 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: description: 'Used to specify the path to a dependency file.' required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/cache-save/index.js' post-if: success()