From 8ba09285189969ab89b3d31ba2e22f709e0b1b97 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Wed, 30 Jul 2025 14:40:53 +0100 Subject: [PATCH] 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. --- .node-version | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.node-version b/.node-version index d4b7699..ee3b424 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.18.1 +24.4.0 diff --git a/action.yml b/action.yml index 617294a..02494f0 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ outputs: description: The time we greeted you runs: - using: node20 + using: node24 main: dist/index.js