Skip to content

Commit

Permalink
Merge branch 'master' into windows-node16
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Apr 18, 2022
2 parents ec12282 + 1a02e03 commit eadfada
Show file tree
Hide file tree
Showing 14 changed files with 322 additions and 137 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Install bsdtar
run: sudo apt-get install -y libarchive-tools

- name: Install
run: npm install

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

- name: install, run
run: |
sudo apt-get install -y libarchive-tools
npm install
npm install --no-save nyc codecov
npm run cover
Expand Down
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

### Changes

- fix attachment.js error handling with complex archive #3035
- reformat dkim signature to multi-line #2991
- add lots of `if (!transaction) return` in places #2732
- use optional chaining when accessing transactions #2732
Expand Down
Loading

0 comments on commit eadfada

Please sign in to comment.