diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index e532aa7..6786f83 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -2,12 +2,12 @@ name: Validation on: push: - branches: ['main', '1.3', '2.0', '2.1', '2.2', '2.3'] + branches: ['main', '1.3', '2.0', '2.1', '2.2', '2.3', '24.4'] paths-ignore: - 'README.md' - '.github/ISSUE_TEMPLATE/*' pull_request: - branches: ['main', '1.3', '2.0', '2.1', '2.2', '2.3'] + branches: ['main', '1.3', '2.0', '2.1', '2.2', '2.3', '24.4'] paths-ignore: - 'README.md' - '.github/ISSUE_TEMPLATE/*' diff --git a/scripts/build.ts b/scripts/build.ts index c9449ac..b54b015 100644 --- a/scripts/build.ts +++ b/scripts/build.ts @@ -52,7 +52,7 @@ async function detectEntryPoints(patterns: string[], ignore: string[] = []) { }) ) .map((file) => new URL(file, srcURL)) - .map(fileURLToPath); + .map((url) => fileURLToPath(url)); } const commonOptions = {