Update Node.js version to 24 in action and dependencies (#891)

* Update Node.js version to 24 in action and dependencies

Bump the required Node.js version to 24 in action.yml and package.json. Update @types/node to ^24.1.0 to match the new Node.js version.

* package.json version update

* update to the latest versions

---------

Co-authored-by: Aparna Jyothi <[email protected]>
This commit is contained in:
Salman Chishti
2025-09-03 22:24:18 -05:00
committed by GitHub
co-authored by Aparna Jyothi
parent b0a1180683
commit f1a63e87db
7 changed files with 30 additions and 22 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ jobs:
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: '20.x'
node-version: '24.x'