Update Node version required

This commit is contained in:
Claire Chabas
2025-01-30 17:05:35 +01:00
parent 0d615e3888
commit bae43d08ff
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
v20.6
v20.8
+1 -1
View File
@@ -35,7 +35,7 @@ To run a local version of this project, please follow these simple steps.
### Prerequisites
- Node.js (Version: >=20.6)
- Node.js (Version: >=20.8)
- Use nvm for easy Node management
- Bun (Version: >=1.2.1)
- We use a text-based lockfile which isn't supported below 1.2.1
-1
View File
@@ -1,5 +1,4 @@
import fs from 'fs/promises';
import { existsSync } from 'fs';
import path from 'path';
import url from 'url';