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