Skip to content

Commit 75f86c5

Browse files
committed
Update node version
1 parent 46d62db commit 75f86c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build_and_test:
44
docker:
5-
- image: cimg/node:15.14.0-browsers
5+
- image: cimg/node:16.10.0-browsers
66
steps:
77

88
- restore_cache:

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.14.0
1+
16.10.0

0 commit comments

Comments
 (0)