Update cimg/node Docker tag to v20.17.0

This commit is contained in:
renovate[bot] 2024-08-22 14:27:54 +00:00 committed by GitHub
parent 8f13d077fb
commit d250f8d034
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ jobs:
lint: lint:
docker: docker:
- image: cimg/node:20.16.0 - image: cimg/node:20.17.0
working_directory: ~/repo working_directory: ~/repo
@ -26,7 +26,7 @@ jobs:
unit: unit:
docker: docker:
- image: cimg/node:20.16.0 - image: cimg/node:20.17.0
working_directory: ~/repo working_directory: ~/repo
@ -50,7 +50,7 @@ jobs:
integration: integration:
docker: docker:
- image: cimg/node:20.16.0 - image: cimg/node:20.17.0
environment: environment:
RETRY: "1" RETRY: "1"