* 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
+5 -2
View File
@@ -1,12 +1,12 @@
{
"name": "publish-action",
"version": "0.3.0",
"version": "0.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "publish-action",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
@@ -29,6 +29,9 @@
"prettier": "^3.5.3",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2"
},
"engines": {
"node": ">=24.0.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {