mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-09 05:56: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
|
# Change Log
|
||||||
|
|
||||||
## [4.0.0] - 2024-02-12
|
## [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",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild":"npm i ncc",
|
"prebuild": "npm i ncc",
|
||||||
"build": "ncc build src/run.ts -o lib",
|
"build": "ncc build src/run.ts -o lib",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test-coverage": "jest --coverage",
|
"test-coverage": "jest --coverage",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue