diff --git a/action.yml b/action.yml index 61fb1e2..960636d 100644 --- a/action.yml +++ b/action.yml @@ -72,5 +72,5 @@ inputs: description: 'Lightness used by the color range feature. Defaults to 40.' required: false runs: - using: 'node12' + using: 'node16' main: 'index.js'