mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-04-16 08:29:57 +00:00
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
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:
parent
06b670f700
commit
6522dcd602
5 changed files with 198 additions and 149 deletions
1
.github/workflows/unit-tests.yml
vendored
1
.github/workflows/unit-tests.yml
vendored
|
|
@ -18,4 +18,5 @@ jobs:
|
|||
- name: Build and run L0 tests.
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
npm test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue