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 0ff72f4 commit 4bafaacCopy full SHA for 4bafaac
.circleci/config.yml
@@ -91,6 +91,16 @@ jobs:
91
- image: node:12
92
steps:
93
- run-all
94
+ v13:
95
+ docker:
96
+ - image: node:13
97
+ steps:
98
+ - run-all
99
+ v14:
100
101
+ - image: node:14
102
103
104
windows-v12:
105
executor: win/default
106
@@ -102,4 +112,6 @@ workflows:
112
- v8
113
- v10
114
- v12
115
+ - v13
116
+ - v14
117
- windows-v12
0 commit comments