Skip to content

Commit 37161f9

Browse files
Update Node.js to v16.8.0 (#403)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent ce08a85 commit 37161f9

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
@@ -4,7 +4,7 @@ jobs:
44

55
build:
66
docker:
7-
- image: circleci/node:16.5.0
7+
- image: circleci/node:16.8.0
88
steps:
99
- checkout
1010
- restore_cache:
@@ -31,7 +31,7 @@ jobs:
3131

3232
deploy-gh-pages:
3333
docker:
34-
- image: circleci/node:16.5.0
34+
- image: circleci/node:16.8.0
3535
steps:
3636
- checkout
3737
- run:

0 commit comments

Comments
 (0)