1 Commits

Author SHA1 Message Date
Peter Evans
b88bb3736c Fix node version in actions.yml 2025-11-14 14:54:39 +00:00

View File

@@ -14,7 +14,7 @@ inputs:
description: 'JSON payload with extra information about the webhook event that your action or worklow may use.'
default: '{}'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
branding:
icon: 'target'