3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2026-06-30 08:38:55 +00:00

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

View file

@ -1,5 +1,6 @@
import {GitVersion} from '../src/git-version'
import {MinimumGitSparseCheckoutVersion} from '../src/git-command-manager'
import {describe, it, expect} from '@jest/globals'
import {GitVersion} from '../src/git-version.js'
import {MinimumGitSparseCheckoutVersion} from '../src/git-command-manager.js'
describe('git-version tests', () => {
it('basics', async () => {