File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 53
53
lint :
54
54
<< : *defaults
55
55
docker :
56
- - image : circleci /node:<< parameters.node_version >>
56
+ - image : cimg /node:<< parameters.node_version >>
57
57
steps :
58
58
- checkout
59
59
- show_node_npm_version
65
65
test-unix :
66
66
<< : *defaults
67
67
docker :
68
- - image : circleci /node:<< parameters.node_version >>
68
+ - image : cimg /node:<< parameters.node_version >>
69
69
steps :
70
70
- checkout
71
71
- show_node_npm_version
77
77
release :
78
78
<< : *defaults
79
79
docker :
80
- - image : circleci /node:<< parameters.node_version >>
80
+ - image : cimg /node:<< parameters.node_version >>
81
81
resource_class : small
82
82
steps :
83
83
- checkout
@@ -99,7 +99,7 @@ workflows:
99
99
- lint :
100
100
name : lint
101
101
context : nodejs-install
102
- node_version : " 12 "
102
+ node_version : " 18.19.1 "
103
103
104
104
# UNIX tests
105
105
- test-unix :
@@ -109,7 +109,7 @@ workflows:
109
109
- lint
110
110
matrix :
111
111
parameters :
112
- node_version : ["16.13.1", "14. 18.2", "12.22.7 "]
112
+ node_version : ["18.19.1 "]
113
113
114
114
- release :
115
115
name : Release
You can’t perform that action at this time.
0 commit comments