From 30ba238b6bf4e62a27247dddb3577f9c511406c3 Mon Sep 17 00:00:00 2001 From: ianwremmel <1182361+ianwremmel@users.noreply.github.com> Date: Sat, 20 Jul 2024 08:29:55 -0700 Subject: [PATCH] fix(action): update missed node16->node20 in action.yml [Finishes #187824535] --- integrations/action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/action/action.yml b/integrations/action/action.yml index 7e18a1c..1087d56 100644 --- a/integrations/action/action.yml +++ b/integrations/action/action.yml @@ -42,5 +42,5 @@ outputs: tests: description: The names of the test files to test on this node runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'