diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f6d5161f1b..2e46c4e9ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4.1.1 diff --git a/modules/schema/package.json b/modules/schema/package.json index db8f29cf2f..99b232bb1e 100644 --- a/modules/schema/package.json +++ b/modules/schema/package.json @@ -44,8 +44,5 @@ "@types/geojson": "^7946.0.7", "apache-arrow": ">= 15.0.0" }, - "peerDependencies": { - "@loaders.gl/core": "4.4.0-alpha.1" - }, "gitHead": "3213679d79e6ff2814d48fd3337acfa446c74099" } diff --git a/modules/tile-converter/src/lib/utils/compress-util.ts b/modules/tile-converter/src/lib/utils/compress-util.ts index 0aefd58f7f..80f01b3ff6 100644 --- a/modules/tile-converter/src/lib/utils/compress-util.ts +++ b/modules/tile-converter/src/lib/utils/compress-util.ts @@ -22,6 +22,7 @@ export function compressFileWithGzip(pathFile: string): Promise { console.log(`${compressedPathFile}: compression error!`); // eslint-disable-line no-undef,no-console reject(error); }); + // @ts-ignore Seems typescript upgrade triggered this input.pipe(gzip).pipe(output); }); } diff --git a/yarn.lock b/yarn.lock index cc736b8a43..575405b8dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5289,8 +5289,6 @@ __metadata: dependencies: "@types/geojson": "npm:^7946.0.7" apache-arrow: "npm:>= 15.0.0" - peerDependencies: - "@loaders.gl/core": 4.4.0-alpha.1 languageName: unknown linkType: soft