mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-21 10:39:26 +08:00
create v5 node20 release (#316)
* Update package.json * Update release-pr.yml * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * format * Update codeql.yml * Update codeql.yml * Update codeql.yml * Update codeql.yml * format * update the current tags * Update codeql.yml * Update CHANGELOG.md * Update CHANGELOG.md * Update codeql.yml
This commit is contained in:
+3
-2
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "k8s-deploy-action",
|
||||
"version": "0.0.0",
|
||||
"version": "5.0.0",
|
||||
"author": "Deepak Sattiraju",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "npm i ncc && npx ncc build src/run.ts -o lib",
|
||||
"prebuild": "npm i @ncc/vercel",
|
||||
"build": "ncc build src/run.ts -o lib",
|
||||
"test": "jest",
|
||||
"coverage": "jest --coverage=true",
|
||||
"format": "prettier --write .",
|
||||
|
||||
Reference in New Issue
Block a user