We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d9b67 commit ddf5530Copy full SHA for ddf5530
.circleci/config.yml
@@ -4,7 +4,7 @@ orbs:
4
jobs:
5
lintandcoverage:
6
docker:
7
- - image: cimg/node:16.10.0
+ - image: cimg/node:16.13.2
8
steps:
9
- checkout
10
- run: npm install
@@ -16,20 +16,17 @@ workflows:
16
17
- lintandcoverage
18
- node/test:
19
- version: '10.24.1'
20
- pkg-manager: npm
21
- - node/test:
22
- version: '11.14.0'
+ version: '12.22.6'
23
pkg-manager: npm
24
25
- version: '12.22.6'
+ version: '14.19.0'
26
27
28
- version: '13.14.0'
+ version: '15.14.0'
29
30
31
- version: '14.18.0'
+ version: '16.13.2'
32
33
34
- version: '15.14.0'
+ version: '17.4.0'
35
0 commit comments