release: prepare v5.1.0 (#249)
Some checks failed
Release Project / release (push) Has been cancelled
Run unit tests. / build (push) Has been cancelled
Run prettify / Prettier Check (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
Integration test for setup-kubectl / Validate release and master branch (push) Has been cancelled

* release: prepare v5.1.0 — ESM migration with esbuild/vitest

* sync package-lock.json version to 5.1.0

* add version sync check to pre-commit hook

* regenerate package-lock.json for npm ci compatibility
This commit is contained in:
David Gamero 2026-04-14 17:59:13 -04:00 committed by GitHub
parent 06b670f700
commit 6522dcd602
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 198 additions and 149 deletions

View file

@ -1,6 +1,6 @@
{
"name": "setup-kubectl-action",
"version": "5.0.0",
"version": "5.1.0",
"private": true,
"main": "lib/index.js",
"type": "module",