diff --git a/action.yml b/action.yml index 775c201..630f30c 100644 --- a/action.yml +++ b/action.yml @@ -45,5 +45,5 @@ outputs: snapshot-json-path: description: The path of the snapshot JSON file created by the action runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'