From aa534e8fff0103479d058d2c99e08750a699ef45 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Tue, 1 Mar 2022 18:15:41 -0500 Subject: [PATCH] Node 16 it is --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3f8ebd6..14b842b 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ name: 'NPM or Yarn install with caching' description: 'Install npm dependencies with caching' author: 'Gleb Bahmutov' runs: - using: 'node14' + using: 'node16' main: 'dist/index.js' branding: color: 'yellow'