* 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.

* Update basic-validation.yml

* Upgrade to node24

upgrade to node24

* package.json version update

---------

Co-authored-by: Aparna Jyothi <[email protected]>
This commit is contained in:
Salman Chishti
2025-09-02 21:38:09 -05:00
committed by GitHub
co-authored by Aparna Jyothi
parent a4eaa8d00d
commit 712fc68b75
5 changed files with 12 additions and 6 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
{
"name": "publish-action",
"version": "0.3.0",
"version": "0.4.0",
"description": "Update the major version tag (v1, v2, etc.) to point to the specified tag",
"main": "lib/main.js",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"build": "tsc && ncc build",
"test": "jest",