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

Commit 784d26f

Browse files
committed
Update cimg/node Docker tag to v16.10
1 parent ba6e4b7 commit 784d26f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
1717
# A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/node
1818
docker:
19-
- image: cimg/node:16.8
19+
- image: cimg/node:16.10
2020
# Then run your tests!
2121
# CircleCI will report the results back to your VCS provider.
2222
steps:
@@ -40,7 +40,7 @@ jobs:
4040

4141
build-and-test:
4242
docker:
43-
- image: cimg/node:16.8
43+
- image: cimg/node:16.10
4444
steps:
4545
- checkout
4646
- node/install-packages:

0 commit comments

Comments
 (0)