From e49af6df2e31c08ac8afed7f2bbd6dcd085c24d0 Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Tue, 21 Nov 2023 18:35:49 +0530 Subject: [PATCH] node version update --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 43ee0bda..50794856 100644 --- a/action.yml +++ b/action.yml @@ -78,6 +78,6 @@ outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key' runs: - using: 'node16' + using: 'node21' main: 'dist/setup/index.js' post: 'dist/cleanup/index.js'