Skip to content

Commit 673985e

Browse files
fix(get): migrate from unzipper to yauzl-promise to prevent corrupting files (#1015)
### Description of Changes - Migrate from `unzipper` to `yauzl-promise` - Remove Node 14 from test matrix Notes: Unzipping MacOS build on MacOS platform fails with `End of Central Directory Record not found` error message. Will look at it in another PR to prevent scope creep. Fixes: #1002 Closes: #1000
1 parent b06f052 commit 673985e

File tree

6 files changed

+549
-176
lines changed

6 files changed

+549
-176
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [macos-13, ubuntu-22.04, windows-2022]
16-
node: [14, 16, 18, 20, 21]
16+
node: [16, 18, 20, 21]
1717
fail-fast: false
1818
runs-on: ${{ matrix.os }}
1919
steps:

0 commit comments

Comments
 (0)