Node24 (#92)
* 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:
co-authored by
Aparna Jyothi
parent
a4eaa8d00d
commit
712fc68b75
Generated
+5
-2
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user