diff --git a/action.yml b/action.yml index d49b1bc..3b9c1f2 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ outputs: run_webclient: description: 'Indicates that the webclient frontend job should be run' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'