From 8f641b97011ebf39458884a26407ed8d18e1b670 Mon Sep 17 00:00:00 2001 From: David Crespo Date: Wed, 7 Feb 2024 15:05:16 -0600 Subject: [PATCH] remove blathering in readme about node 16, which is EOL --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 94942acfa..e7d81d623 100644 --- a/README.md +++ b/README.md @@ -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