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

Commit 8a092d5

Browse files
committed
Update Node.js to v16
1 parent 8d09546 commit 8a092d5

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:15.1
19+
- image: cimg/node:16.8
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:15.1
43+
- image: cimg/node:16.8
4444
steps:
4545
- checkout
4646
- node/install-packages:

0 commit comments

Comments
 (0)