diff --git a/action.yml b/action.yml index f205442..1ccd2f5 100644 --- a/action.yml +++ b/action.yml @@ -14,6 +14,6 @@ outputs: value: description: 'The data stored in `field` inside `file`' runs: - using: 'node12' + using: 'node16' main: 'index.js'