Skip to content

Commit 4da6243

Browse files
authored
chore: run tests on node 16 (#476)
1 parent e6f4183 commit 4da6243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ executors:
2222

2323
node-container-latest:
2424
docker:
25-
- image: node:15
25+
- image: node:16
2626
environment: *base-env
2727

2828
commands:

0 commit comments

Comments
 (0)