Skip to content

Commit

Permalink
chore(repo): add Node 18.12 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Dec 14, 2022
1 parent 2cd1ac0 commit cf3ae99
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 109 deletions.
17 changes: 9 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ defaults:
only: /^v.*/
node-versions: &node-versions
- "12.22"
- "14.18"
- "16.13"
- "14.21"
- "16.18"
- "18.12"
pkg-cache-path: &pkg-cache-path /tmp/pkg-node-binaries

commands:
Expand Down Expand Up @@ -148,7 +149,7 @@ commands:
jobs:
lint:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
resource_class: small
steps:
- checkout
Expand All @@ -162,7 +163,7 @@ jobs:
node-version:
type: string
docker:
- image: circleci/node:<< parameters.node-version >>
- image: cimg/node:<< parameters.node-version >>
resource_class: medium
steps:
- checkout
Expand All @@ -175,7 +176,7 @@ jobs:

test-browser:
docker:
- image: circleci/node:current-browsers
- image: cimg/node:current-browsers
steps:
- checkout
- install-and-build
Expand All @@ -200,7 +201,7 @@ jobs:

build-nix-binaries:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
steps:
- checkout
- install-and-build
Expand All @@ -227,7 +228,7 @@ jobs:

release-docker:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
steps:
- checkout
- setup_remote_docker:
Expand Down Expand Up @@ -290,7 +291,7 @@ jobs:
release:
docker:
- image: circleci/node:lts
- image: cimg/node:lts
steps:
- prepare-release
- run: yarn release
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@stoplight/path": "1.3.2",
"@stoplight/spectral-core": "^1.15.1",
"@stoplight/spectral-parsers": "^1.0.2",
"@stoplight/spectral-ref-resolver": "1.0.2",
"@stoplight/spectral-ref-resolver": "^1.0.2",
"@stoplight/spectral-ruleset-bundler": "^1.4.0",
"@stoplight/spectral-ruleset-migrator": "^1.9.0",
"@stoplight/spectral-rulesets": ">=1",
Expand All @@ -64,7 +64,7 @@
"es-aggregate-error": "^1.0.7",
"nock": "^13.1.3",
"node-html-parser": "^4.1.5",
"pkg": "^5.4.1",
"pkg": "^5.8.0",
"xml2js": "^0.4.23"
},
"pkg": {
Expand Down

0 comments on commit cf3ae99

Please sign in to comment.