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