Skip to content

Commit

Permalink
feat(deps): bump node from 16 to 18.20 (stoplightio#2520)
Browse files Browse the repository at this point in the history
Co-authored-by: Vazha Omanashvili <vazha.omanasvhili@smartbear.com>
Co-authored-by: Daniel A. White <daniel.white@stoplight.io>
  • Loading branch information
3 people committed Apr 29, 2024
1 parent 4c866f9 commit 4b175a6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: 2.1
executors:
docker-node:
docker:
- image: cimg/node:16.20.2
- image: cimg/node:18.20
docker-harness:
docker:
- image: cimg/node:16.20.2
- image: cimg/node:18.20
- image: kennethreitz/httpbin
name: httpbin.org
macos:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This information refers to Open Source Prism 3.x, which is the current version m

Prism requires

- NodeJS >= 16
- NodeJS >= 18.20.1
- for NodeJS 18.x, [>= 18.16 is required](https://github.com/stoplightio/prism/issues/2305)

```bash
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"yargs": "^16.2.0"
},
"engines": {
"node": ">=16"
"node": ">=18.20.1"
},
"files": [
"/dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"/dist"
],
"engines": {
"node": ">=16"
"node": ">=18.20.1"
},
"dependencies": {
"fp-ts": "^2.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/stoplightio/prism.git"
},
"engines": {
"node": ">=16"
"node": ">=18.20.1"
},
"files": [
"/dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"/dist"
],
"engines": {
"node": ">=16"
"node": ">=18.20.1"
},
"dependencies": {
"@faker-js/faker": "^6.0.0",
Expand Down

0 comments on commit 4b175a6

Please sign in to comment.