Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Update circleci/node Docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 3, 2021
1 parent 3c62dc6 commit 4643d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -45,12 +45,12 @@ commands:
jobs:
node-v10:
docker:
- image: circleci/node:15-buster-browsers
- image: circleci/node:16-buster-browsers
steps:
- test-nodejs
node-v12:
docker:
- image: circleci/node:15-buster-browsers
- image: circleci/node:16-buster-browsers
steps:
- test-nodejs

Expand Down

0 comments on commit 4643d3b

Please sign in to comment.