Skip to content

Commit e389031

Browse files
Update Node.js to v16.11.1 (#430)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 328a6da commit e389031

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.8.0
7+
- image: circleci/node:16.11.1
88
steps:
99
- checkout
1010
- restore_cache:
@@ -26,7 +26,7 @@ jobs:
2626

2727
deploy-gh-pages:
2828
docker:
29-
- image: circleci/node:16.8.0
29+
- image: circleci/node:16.11.1
3030
steps:
3131
- checkout
3232
- restore_cache:

0 commit comments

Comments
 (0)