Updated dependencies in package.json to use latest versions and Node 24.
Some checks failed
Test Action / test (push) Failing after 7s

This commit is contained in:
2026-04-07 07:15:46 +02:00
parent 26ef54930a
commit 0643b8ca01
5 changed files with 23915 additions and 23459 deletions

View File

@@ -22,17 +22,17 @@
"author": "Sławomir Koszewski",
"license": "MIT",
"engines": {
"node": ">=24"
"node": "24.x"
},
"dependencies": {
"@actions/core": "^1.11.0",
"@actions/tool-cache": "^2.0.2",
"commander": "^14.0.3",
"minimatch": "^10.2.5"
"@actions/core": "latest",
"@actions/tool-cache": "latest",
"commander": "latest",
"minimatch": "latest"
},
"devDependencies": {
"@types/node": "^25.0.0",
"esbuild": "^0.27.2",
"typescript": "^5.9.0"
"@types/node": "^24",
"esbuild": "latest",
"typescript": "latest"
}
}