diff --git a/action.yml b/action.yml index f7d1865..d73f2f2 100644 --- a/action.yml +++ b/action.yml @@ -17,5 +17,5 @@ outputs: is_maintenance: description: 'True IFF the delivery is for a maintenance grant' runs: - using: 'node12' + using: 'node20' main: 'dist/index.js'