From 049c493913abc5d5bc76e9acade8da0c4f159c7c Mon Sep 17 00:00:00 2001 From: Tomoki Sugiura Date: Mon, 20 Mar 2023 11:58:12 +0900 Subject: [PATCH] Update node version to v16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 770709d..519821a 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ outputs: cache-hit: description: 'A boolean value to indicate an exact match was found for the primary key' runs: - using: 'node12' + using: 'node16' main: 'dist/restore/index.js' post: 'dist/save/index.js' post-if: 'success()'