Fix node version in actions.yml (#433)

This commit is contained in:
Peter Evans
2025-11-14 14:57:18 +00:00
committed by GitHub
parent 25d29c2bbf
commit 28959ce8df

View File

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