Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a83b388

Browse files
Update circleci image node version to fix failing tests
1 parent d524a84 commit a83b388

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
@@ -7,7 +7,7 @@ version: 2
77
defaults: &defaults
88
working_directory: ~/repo
99
docker:
10-
- image: circleci/node:8.9.1
10+
- image: circleci/node:10.16.2
1111

1212
jobs:
1313
test:

0 commit comments

Comments
 (0)