mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-14 22:20:53 +00:00
Convert to ESM
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import * as core from '@actions/core'
|
||||
import { wait } from './wait'
|
||||
import { wait } from './wait.js'
|
||||
|
||||
/**
|
||||
* The main function for the action.
|
||||
* @returns {Promise<void>} Resolves when the action is complete.
|
||||
*
|
||||
* @returns Resolves when the action is complete.
|
||||
*/
|
||||
export async function run(): Promise<void> {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user