mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-04-17 03:56:06 +08:00
* Migrate to ESM with esbuild, vitest and upgrade @actions/* to ESM-only versions * fix: update lockfile for npm ci compatibility --------- Co-authored-by: Suneha Bose <suneha.bose@gmail.com>
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
import {run} from './run.js'
|
|
import * as core from '@actions/core'
|
|
|
|
run().catch(core.setFailed)
|