Skip to content

Commit

Permalink
Update Node.js to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2021
1 parent 84eecde commit 35e1d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/magicbus
docker:
- image: node:8
- image: node:16
- image: rabbitmq:3
steps:
- checkout
Expand All @@ -19,7 +19,7 @@ jobs:
path: /tmp/tests
deploy:
docker:
- image: node:8
- image: node:16
steps:
- checkout
- run:
Expand Down

0 comments on commit 35e1d2b

Please sign in to comment.