We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cc734 commit ac75a3bCopy full SHA for ac75a3b
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2
2
3
jobs:
4
- Tests under Node.js 8:
+ Node8 tests:
5
docker:
6
- image: circleci/node:8
7
steps:
@@ -17,7 +17,7 @@ jobs:
17
- ~/.cache/yarn
18
- run: yarn coverage
19
20
- Tests under Node.js 10:
+ Node10 tests:
21
22
- image: circleci/node:10
23
@@ -60,12 +60,12 @@ workflows:
60
61
build:
62
63
- - Tests under Node.js 8
64
- - Tests under Node.js 10
+ - Node8 tests
+ - Node10 tests
65
- Release:
66
requires:
67
68
69
filters:
70
branches:
71
only: master
0 commit comments