Convert to ESM

This commit is contained in:
Nick Alteen
2024-11-15 11:44:18 -05:00
parent d6b1edd724
commit 970fe4ae16
13 changed files with 2632 additions and 316 deletions

View File

@@ -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 {