Skip to content

Commit

Permalink
remove blathering in readme about node 16, which is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Feb 7, 2024
1 parent e9d157a commit 8f641b9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,7 @@ The app is in [`app`](app). You can see the route structure in [`app/routes.tsx`

### Node.js version

We recommend Node.js v18+, and we specify 18 in `engines` in our `package.json`. That said, everything should work with Node 16 except for a couple of spots that run MSW in Node (as opposed to the browser):

- Unit tests for the API hooks ([`hooks.spec.tsx`](libs/api/__tests__/hooks.spec.tsx))
- Script to run MSW API as a standalone web server ([`tools/start_mock_api.ts`](tools/start_mock_api.ts))

Neither of these are relevant to the vast majority of dev work, and the tests will run in CI anyway.
Use Node.js v18+.

### Install dependencies

Expand Down

0 comments on commit 8f641b9

Please sign in to comment.