mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 04:56:56 +00:00
resolve conflict
This commit is contained in:
commit
9125cc6c66
4 changed files with 211 additions and 389 deletions
|
|
@ -1,2 +1,7 @@
|
|||
npm test
|
||||
npm run format
|
||||
npm run format-check || {
|
||||
echo ""
|
||||
echo "❌ Formatting check failed."
|
||||
echo "💡 Run 'npm run format' or 'prettier --write .' to fix formatting issues."
|
||||
exit 1
|
||||
}
|
||||
|
|
@ -20,5 +20,5 @@ outputs:
|
|||
branding:
|
||||
color: 'blue'
|
||||
runs:
|
||||
using: 'node20'
|
||||
using: 'node20'
|
||||
main: 'lib/index.js'
|
||||
|
|
|
|||
585
package-lock.json
generated
585
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -25,11 +25,11 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^24.0.3",
|
||||
"@types/node": "^24.0.7",
|
||||
"@vercel/ncc": "^0.38.3",
|
||||
"husky": "^9.1.7",
|
||||
"jest": "^30.0.2",
|
||||
"prettier": "^3.6.0",
|
||||
"jest": "^30.0.3",
|
||||
"prettier": "^3.6.2",
|
||||
"ts-jest": "^29.4.0",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue