Skip to content

Commit 8f641b9

Browse files
committed
remove blathering in readme about node 16, which is EOL
1 parent e9d157a commit 8f641b9

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,7 @@ The app is in [`app`](app). You can see the route structure in [`app/routes.tsx`
5353

5454
### Node.js version
5555

56-
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):
57-
58-
- Unit tests for the API hooks ([`hooks.spec.tsx`](libs/api/__tests__/hooks.spec.tsx))
59-
- Script to run MSW API as a standalone web server ([`tools/start_mock_api.ts`](tools/start_mock_api.ts))
60-
61-
Neither of these are relevant to the vast majority of dev work, and the tests will run in CI anyway.
56+
Use Node.js v18+.
6257

6358
### Install dependencies
6459

0 commit comments

Comments
 (0)