We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47cc7d commit ce713c2Copy full SHA for ce713c2
.circleci/config.yml
@@ -18,15 +18,35 @@ workflows:
18
- node/test:
19
version: '12.22.6'
20
pkg-manager: npm
21
+ filters:
22
+ tags:
23
+ ignore:
24
+ - /.*/
25
26
version: '14.19.0'
27
28
29
30
31
32
33
version: '15.14.0'
34
35
36
37
38
39
40
version: '16.13.2'
41
42
43
44
45
46
47
version: '17.4.0'
48
49
50
51
52
0 commit comments