Skip to content

Commit

Permalink
Update Node.js to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 29, 2022
1 parent fa38f0d commit 3adf430
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 @@ -4,7 +4,7 @@ jobs:
working_directory: ~/app

docker:
- image: cimg/node:16.14.2
- image: cimg/node:17.8.0
auth:
username: $DOCKER_USER
password: $DOCKER_PASSWORD
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:

deploy:
docker:
- image: cimg/node:16.14.2
- image: cimg/node:17.8.0
auth:
username: $DOCKER_USER
password: $DOCKER_PASSWORD
Expand Down

0 comments on commit 3adf430

Please sign in to comment.