Skip to content

Commit cf4fedf

Browse files
committed
fix: updated node version in circle ci test step
1 parent 570fb33 commit cf4fedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
# Jest unit-tests).
291291
test:
292292
docker:
293-
- image: circleci/node:8.11.1
293+
- image: circleci/node:10.24.1
294294
steps:
295295
- checkout
296296
- restore_cache:

0 commit comments

Comments
 (0)