diff --git a/action.yml b/action.yml index 6ebc361..578a5a2 100644 --- a/action.yml +++ b/action.yml @@ -19,5 +19,5 @@ inputs: description: A glob string that prevents matched files from ever being deleted. required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'