Skip to content

Commit

Permalink
feat(deps): upgrade amqplib up to 0.8.0 (#28)
Browse files Browse the repository at this point in the history
* feat(deps): upgrade amqplib up to 0.8.0

Add Node.js 16 support.

Update all dev deps.
  • Loading branch information
alexkvak authored Aug 11, 2021
1 parent 97cff5a commit b97c2ef
Show file tree
Hide file tree
Showing 5 changed files with 3,187 additions and 5,280 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [10, 12, 14]
node-version: [10, 12, 14, 16]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
Loading

0 comments on commit b97c2ef

Please sign in to comment.