diff --git a/action.yml b/action.yml index a64e496..d620a22 100644 --- a/action.yml +++ b/action.yml @@ -26,5 +26,5 @@ outputs: install_path: description: 'VS installation path' runs: - using: 'node12' + using: 'node20' main: 'dist/index.js'