mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-08 21:46:55 +00:00
format
This commit is contained in:
parent
52efbe473f
commit
17712fb833
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# Change Log
|
||||
|
||||
## [4.0.0] - 2024-02-12
|
||||
- #121 update to node20 as node16 is deprecated
|
||||
|
||||
- #121 update to node20 as node16 is deprecated
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"prebuild":"npm i ncc",
|
||||
"prebuild": "npm i ncc",
|
||||
"build": "ncc build src/run.ts -o lib",
|
||||
"test": "jest",
|
||||
"test-coverage": "jest --coverage",
|
||||
|
|
|
|||
Loading…
Reference in a new issue