We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc403e0 commit cbd47cbCopy full SHA for cbd47cb
1 file changed
handwritten/datastore/.circleci/config.yml
@@ -3,16 +3,12 @@ workflows:
3
version: 2
4
tests:
5
jobs: &workflow_jobs
6
- - node4:
+ - node6:
7
filters: &all_commits
8
tags:
9
only: /.*/
10
- - node6:
11
- filters: *all_commits
12
- node8:
13
filters: *all_commits
14
- - node9:
15
16
- node10:
17
18
- lint:
0 commit comments