Update Node.js runtime to node24 in action.yml

Changed the GitHub Action runtime from node20 to node24 to ensure compatibility with newer Node.js features and security updates.
pull/92/head
Salman Muin Kayser Chishti 2 months ago
parent a4eaa8d00d
commit 61842fd17f

@ -13,5 +13,5 @@ outputs:
major-tag: major-tag:
description: 'The major version tag that has been updated (created). Examples: v1, 1' description: 'The major version tag that has been updated (created). Examples: v1, 1'
runs: runs:
using: 'node20' using: 'node24'
main: 'dist/index.js' main: 'dist/index.js'

Loading…
Cancel
Save