From b5e74f0efddc239968a312e1bae4501d3e84f9a9 Mon Sep 17 00:00:00 2001 From: Bret Comnes <166301+bcomnes@users.noreply.github.com> Date: Mon, 19 Dec 2022 09:19:02 -0700 Subject: [PATCH] Update action to use node 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a7e51d9..6ebc361 100644 --- a/action.yml +++ b/action.yml @@ -19,5 +19,5 @@ inputs: description: A glob string that prevents matched files from ever being deleted. required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'