Skip to content

Commit

Permalink
chore: Fix CI (#3177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen authored Jan 5, 2025
1 parent 1cc3097 commit d74df44
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/[email protected]
Expand Down
3 changes: 0 additions & 3 deletions modules/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
1 change: 1 addition & 0 deletions modules/tile-converter/src/lib/utils/compress-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export function compressFileWithGzip(pathFile: string): Promise<string> {
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);
});
}
2 changes: 0 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d74df44

Please sign in to comment.