From a6296cc20801720f7e806b9b65fac7854cf59241 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 16 Aug 2022 09:59:55 -0700 Subject: [PATCH] fix(action): run on node16, node14 does not exist (#392) --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 83f752f5..df058c5a 100644 --- a/action.yaml +++ b/action.yaml @@ -54,5 +54,5 @@ inputs: labels: description: Labels to add to the pull request being opened. runs: - using: 'node14' + using: 'node16' main: 'action/dist/index.js'