diff --git a/action.yml b/action.yml index 0762266..edecc19 100644 --- a/action.yml +++ b/action.yml @@ -24,5 +24,5 @@ outputs: files_exists: description: 'Wheter the file(s) exists or not.' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'