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 0eb1b00 commit cebb1a5Copy full SHA for cebb1a5
.circleci/config.yml
@@ -4,7 +4,7 @@ orbs:
4
jobs:
5
lintandcoverage:
6
docker:
7
- - image: cimg/node:16.20.2
+ - image: cimg/node:18.20.8
8
steps:
9
- checkout
10
- run: npm install
@@ -25,28 +25,28 @@ workflows:
25
ignore:
26
- /.*/
27
- node/test:
28
- version: '17.9.1'
+ version: '18.20.8'
29
pkg-manager: npm
30
filters:
31
tags:
32
33
34
35
- version: '18.17.1'
+ version: '20.19.3'
36
37
38
39
40
41
42
- version: '19.9.0'
+ version: '22.17.0'
43
44
45
46
47
48
49
- version: '20.6.0'
+ version: '24.3.0'
50
51
52
0 commit comments