From bb4bb94c73936643d73d345b48fead3e96f90a5e Mon Sep 17 00:00:00 2001 From: David Anson Date: Sat, 29 Apr 2023 20:24:48 -0700 Subject: [PATCH] Revert "Update runs/using to node18 in action.yml." because "Parameter 'using: node18' is not supported". This reverts commit 4b88576fcf28192b02b4fd40ca5ee9d5fa572a11. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e3efbef..760349f 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,5 @@ inputs: default: "\n" required: false runs: - using: node18 + using: node16 main: dist/index.js