Skip to content

Commit 2b5ad48

Browse files
Update Node.js to v16.13.1 (#449)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 4e3d9af commit 2b5ad48

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.11.1
7+
- image: circleci/node:16.13.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.11.1
29+
- image: circleci/node:16.13.1
3030
steps:
3131
- checkout
3232
- restore_cache:

0 commit comments

Comments
 (0)