Update Node.js version to 24.x in config files

Bump Node.js version from 20.18.1 to 24.4.0 in .node-version and update GitHub Action to use node24 in action.yml for compatibility with the latest Node.js features.
This commit is contained in:
Salman Muin Kayser Chishti
2025-07-30 14:40:53 +01:00
parent f8b77f4e96
commit 8ba0928518
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
20.18.1 24.4.0

View File

@@ -15,5 +15,5 @@ outputs:
description: The time we greeted you description: The time we greeted you
runs: runs:
using: node20 using: node24
main: dist/index.js main: dist/index.js