Fix: Pin dependencies and devDependencies to specific versions for stability
Some checks failed
Test Action / test (push) Failing after 7s
Some checks failed
Test Action / test (push) Failing after 7s
This commit is contained in:
12
package.json
12
package.json
@@ -25,14 +25,14 @@
|
|||||||
"node": "24.x"
|
"node": "24.x"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "latest",
|
"@actions/core": "3.0.0",
|
||||||
"@actions/tool-cache": "latest",
|
"@actions/tool-cache": "4.0.0",
|
||||||
"commander": "latest",
|
"commander": "14.0.3",
|
||||||
"minimatch": "latest"
|
"minimatch": "10.2.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^24",
|
"@types/node": "^24",
|
||||||
"esbuild": "latest",
|
"esbuild": "0.28.0",
|
||||||
"typescript": "latest"
|
"typescript": "6.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user