From 251330ef7f6af01b042461d621ea0d2ccc05b08f Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Fri, 15 Apr 2022 06:20:31 +0530 Subject: [PATCH] Switch to node16 in actions.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index aec1d44b..3ebbea84 100644 --- a/action.yml +++ b/action.yml @@ -29,5 +29,5 @@ outputs: php-version: description: 'PHP version in semver format' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'