Skip to content

PM-459 upgrade dependencies #985

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update node version to latest lts: 22.13
  • Loading branch information
vas3a committed Jan 9, 2025
commit d2260e1364eff1b08187e6593fec3ae692fd12fa
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.0
22.13.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ e.g.: `PROD-001 #comment adding readme notes #time 45m`
- Typescript
- React Scripts

This app uses React 18, Typescript 4, and Node 16.
This app uses React 18, Typescript 4, and Node 22.

### IDE

Expand All @@ -103,13 +103,13 @@ Once nvm is installed, run:
At the root of the project directory you'll notice a file called `.nvmrc` which specifies the node version used by the project. The command `nvm use` will use the version specified in the file if no version is supplied on the command line.
See [the nvm Github README](https://github.com/nvm-sh/nvm/blob/master/README.md#nvmrc) for more information on setting this up.

>**NOTE:** The current node version mentioned in the `.nvmrc` is `16.15.0`
>**NOTE:** The current node version mentioned in the `.nvmrc` is `22.13.0`

You can verify the versions of `nvm`, `node`, and `npm` using the commands below.
| Command | Supported Version |
| ----------------- | -------- |
| `% npm -v` | 8.5.5 |
| `% node -v` | v16.15.0 |
| `% node -v` | v22.13.0 |
| `% nvm --version` | 0.39.1 |
| `% nvm current` | v15.15.0 |

Expand Down