Skip to content

Commit 33110ff

Browse files
update compression levels to 9
1 parent 2dd1201 commit 33110ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
with:
4949
name: node-${{ matrix.node-version }}
5050
path: ${{ runner.os == 'Windows' && 'C:\\Users\\RUNNER~1\\mysqlmsn' || '/tmp/mysqlmsn' }}
51-
compression-level: 0
51+
compression-level: 9

.github/workflows/old-node-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
with:
4646
name: node-${{ matrix.node-version }}
4747
path: ${{ runner.os == 'Windows' && 'C:\\Users\\RUNNER~1\\mysqlmsn' || '/tmp/mysqlmsn' }}
48-
compression-level: 0
48+
compression-level: 9

0 commit comments

Comments
 (0)