Skip to content

Commit d74df44

Browse files
authored
chore: Fix CI (#3177)
1 parent 1cc3097 commit d74df44

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
test:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-20.04
1515

1616
steps:
1717
- uses: actions/[email protected]

modules/schema/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,5 @@
4444
"@types/geojson": "^7946.0.7",
4545
"apache-arrow": ">= 15.0.0"
4646
},
47-
"peerDependencies": {
48-
"@loaders.gl/core": "4.4.0-alpha.1"
49-
},
5047
"gitHead": "3213679d79e6ff2814d48fd3337acfa446c74099"
5148
}

modules/tile-converter/src/lib/utils/compress-util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export function compressFileWithGzip(pathFile: string): Promise<string> {
2222
console.log(`${compressedPathFile}: compression error!`); // eslint-disable-line no-undef,no-console
2323
reject(error);
2424
});
25+
// @ts-ignore Seems typescript upgrade triggered this
2526
input.pipe(gzip).pipe(output);
2627
});
2728
}

yarn.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5289,8 +5289,6 @@ __metadata:
52895289
dependencies:
52905290
"@types/geojson": "npm:^7946.0.7"
52915291
apache-arrow: "npm:>= 15.0.0"
5292-
peerDependencies:
5293-
"@loaders.gl/core": 4.4.0-alpha.1
52945292
languageName: unknown
52955293
linkType: soft
52965294

0 commit comments

Comments
 (0)