From d2e3f70a5859058d21074bbd6d83d5895bca3137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20M=2E=20Horschig?= Date: Mon, 11 Mar 2024 14:27:17 +0100 Subject: [PATCH] enh - update to node20 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8d7fff2..3d88a13 100644 --- a/action.yml +++ b/action.yml @@ -2,8 +2,8 @@ name: 'Setup VSTest.console.exe' description: 'Uses VSWhere.exe to locate latest VSTest.console.exe & put it into the PATH' author: 'Daren May' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'terminal' - color: 'blue' \ No newline at end of file + color: 'blue'