upgrade module to esm so I can update dependencies

This commit is contained in:
Aiqiao Yan
2026-06-16 20:20:31 +00:00
parent 537c7ef99c
commit 92a02296ed
56 changed files with 29266 additions and 24103 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import {IGitCommandManager} from './git-command-manager'
import {IGitCommandManager} from './git-command-manager.js'
import * as core from '@actions/core'
import * as github from '@actions/github'
import {getServerApiUrl, isGhes} from './url-helper'
import {getServerApiUrl, isGhes} from './url-helper.js'
export const tagsRefSpec = '+refs/tags/*:refs/tags/*'