File tree Expand file tree Collapse file tree 3 files changed +85
-108
lines changed Expand file tree Collapse file tree 3 files changed +85
-108
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,9 @@ defaults:
2121 only : /^v.*/
2222 node-versions : &node-versions
2323 - " 12.22"
24- - " 14.18"
25- - " 16.13"
24+ - " 14.21"
25+ - " 16.18"
26+ - " 18.12"
2627 pkg-cache-path : &pkg-cache-path /tmp/pkg-node-binaries
2728
2829commands :
@@ -148,7 +149,7 @@ commands:
148149jobs :
149150 lint :
150151 docker :
151- - image : circleci /node:lts
152+ - image : cimg /node:lts
152153 resource_class : small
153154 steps :
154155 - checkout
@@ -162,7 +163,7 @@ jobs:
162163 node-version :
163164 type : string
164165 docker :
165- - image : circleci /node:<< parameters.node-version >>
166+ - image : cimg /node:<< parameters.node-version >>
166167 resource_class : medium
167168 steps :
168169 - checkout
@@ -200,7 +201,7 @@ jobs:
200201
201202 build-nix-binaries :
202203 docker :
203- - image : circleci /node:lts
204+ - image : cimg /node:lts
204205 steps :
205206 - checkout
206207 - install-and-build
@@ -227,7 +228,7 @@ jobs:
227228
228229 release-docker :
229230 docker :
230- - image : circleci /node:lts
231+ - image : cimg /node:lts
231232 steps :
232233 - checkout
233234 - setup_remote_docker :
@@ -290,7 +291,7 @@ jobs:
290291
291292 release :
292293 docker :
293- - image : circleci /node:lts
294+ - image : cimg /node:lts
294295 steps :
295296 - prepare-release
296297 - run : yarn release
Original file line number Diff line number Diff line change 3737 "@stoplight/path" : " 1.3.2" ,
3838 "@stoplight/spectral-core" : " ^1.15.1" ,
3939 "@stoplight/spectral-parsers" : " ^1.0.2" ,
40- "@stoplight/spectral-ref-resolver" : " 1.0.2" ,
40+ "@stoplight/spectral-ref-resolver" : " ^ 1.0.2" ,
4141 "@stoplight/spectral-ruleset-bundler" : " ^1.4.0" ,
4242 "@stoplight/spectral-ruleset-migrator" : " ^1.9.0" ,
4343 "@stoplight/spectral-rulesets" : " >=1" ,
6464 "es-aggregate-error" : " ^1.0.7" ,
6565 "nock" : " ^13.1.3" ,
6666 "node-html-parser" : " ^4.1.5" ,
67- "pkg" : " ^5.4.1 " ,
67+ "pkg" : " ^5.8.0 " ,
6868 "xml2js" : " ^0.4.23"
6969 },
7070 "pkg" : {
You can’t perform that action at this time.
0 commit comments