Skip to content

Commit

Permalink
[node-build-scripts] feat: downgrade to Node v18 (#6037
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Mar 24, 2023
1 parent c080e51 commit 982faba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ orbs:

aliases:
- &docker-node-image
- image: cimg/node:19.7
- image: cimg/node:18.15

- &docker-node-browsers-image
- image: cimg/node:19.7-browsers
- image: cimg/node:18.15-browsers
environment:
CHROME_BIN: "/usr/bin/google-chrome"

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v19.7
v18.15
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ then [check out the "help wanted" label](https://github.com/palantir/blueprint/l
[Lerna](https://lerna.js.org/) manages inter-package dependencies in this monorepo.
Builds are orchestrated via `lerna run` and NPM scripts.

**Prerequisites**: Node.js v19.x (see version specified in `.nvmrc`), Yarn v1.22
**Prerequisites**: Node.js v18+ (see version specified in `.nvmrc`), Yarn v1.22

### One-time setup

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/react": "16.14.32"
},
"engines": {
"node": ">=19.3"
"node": ">=18.13"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"ts-jest": "^29.0.5"
},
"engines": {
"node": ">=19.3"
"node": ">=18.13"
},
"repository": {
"type": "git",
Expand Down

1 comment on commit 982faba

@adidahiya
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[node-build-scripts] feat: downgrade to Node v18 (#6037

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

Please sign in to comment.