From 35edf3d05d3a95397d40b26f58fa16c741e2a544 Mon Sep 17 00:00:00 2001 From: Tim Gymnich Date: Sat, 28 Jan 2023 07:05:24 -0500 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4aafc64d..83301fd2 100644 --- a/action.yml +++ b/action.yml @@ -53,5 +53,5 @@ inputs: default: 60 runs: - using: 'node18' + using: 'node16' main: 'lib/main.js'