Skip to content

Commit

Permalink
feat(deps): update amqplib to 0.10.0 (#36)
Browse files Browse the repository at this point in the history
* feat(deps): update amqplib to 0.10.0

BREAKING CHANGE: drop Node.js v10 support

Update all dev dependencies

Add Node.js v18 support.
  • Loading branch information
alexkvak authored Jun 10, 2022
1 parent a8d8377 commit 4fc9def
Show file tree
Hide file tree
Showing 4 changed files with 2,810 additions and 4,476 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, 16]
node-version: [12, 14, 16, 18]

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

0 comments on commit 4fc9def

Please sign in to comment.