diff --git a/action.yml b/action.yml index ce9317d..90b7072 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: description: 'The toolchain targets to add, comma-separated' default: '' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'download'