diff --git a/action.yml b/action.yml index 21f7f089..a41ce35b 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ branding: icon: 'tag' color: 'white' runs: - using: 'node12' + using: 'node16' main: 'index.js'