Skip to content

Commit 761c65a

Browse files
committed
chore(repo): add Node 18.12 to the matrix
1 parent 2cd1ac0 commit 761c65a

File tree

3 files changed

+85
-108
lines changed

3 files changed

+85
-108
lines changed

.circleci/config.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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

2829
commands:
@@ -148,7 +149,7 @@ commands:
148149
jobs:
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

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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",
@@ -64,7 +64,7 @@
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": {

0 commit comments

Comments
 (0)