v4 release (#84)

This commit is contained in:
David Gamero
2024-02-13 15:44:18 -05:00
committed by GitHub
parent f2d80c8192
commit a72463cdd7
4 changed files with 372 additions and 212 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
{
"name": "k8s-set-context-action",
"version": "1.0.0",
"version": "4.0.0",
"private": true,
"main": "lib/index.js",
"scripts": {
"prebuild": "npm i @vercel/ncc",
"build": "ncc build src/run.ts -o lib",
"test": "jest",
"test-coverage": "jest --coverage",