4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00

resolve conflict

This commit is contained in:
Suneha Bose 2025-07-02 13:55:16 -07:00
commit 9125cc6c66
No known key found for this signature in database
GPG key ID: 192F9BCAC0FA34B2
4 changed files with 211 additions and 389 deletions

View file

@ -1,2 +1,7 @@
npm test 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
}

View file

@ -20,5 +20,5 @@ outputs:
branding: branding:
color: 'blue' color: 'blue'
runs: runs:
using: 'node20' using: 'node20'
main: 'lib/index.js' main: 'lib/index.js'

585
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,11 +25,11 @@
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^30.0.0", "@types/jest": "^30.0.0",
"@types/node": "^24.0.3", "@types/node": "^24.0.7",
"@vercel/ncc": "^0.38.3", "@vercel/ncc": "^0.38.3",
"husky": "^9.1.7", "husky": "^9.1.7",
"jest": "^30.0.2", "jest": "^30.0.3",
"prettier": "^3.6.0", "prettier": "^3.6.2",
"ts-jest": "^29.4.0", "ts-jest": "^29.4.0",
"typescript": "^5.8.3" "typescript": "^5.8.3"
} }