Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Update dependency cimg/node to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 1, 2022
1 parent 52e0f31 commit 3288e48
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 @@ -16,7 +16,7 @@ jobs:
# You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/node
docker:
- image: cimg/node:16.8
- image: cimg/node:17.6
# Then run your tests!
# CircleCI will report the results back to your VCS provider.
steps:
Expand All @@ -40,7 +40,7 @@ jobs:

build-and-test:
docker:
- image: cimg/node:16.8
- image: cimg/node:17.6
steps:
- checkout
- node/install-packages:
Expand Down

0 comments on commit 3288e48

Please sign in to comment.