diff --git a/action.yml b/action.yml index 5ce9acb..13ed6d3 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ outputs: artifacts: description: 'JSON array of artifact paths produced by the build command' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'