Skip to content

Commit 955b83c

Browse files
renovate-botescapedcat
authored andcommitted
chore: update node.js to v16
1 parent 81358f9 commit 955b83c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@ commands:
7878
jobs:
7979
v10:
8080
docker:
81-
- image: node:10
81+
- image: node:16
8282
steps:
8383
- run-tests
8484
v12:
8585
docker:
86-
- image: node:12
86+
- image: node:16
8787
steps:
8888
- run-all
8989
v14:
9090
docker:
91-
- image: node:14
91+
- image: node:16
9292
steps:
9393
- run-tests
9494
windows-v12:

0 commit comments

Comments
 (0)