Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
engine-strict=true

2 changes: 2 additions & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
20.19.0

Binary file added .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,18 @@ Instructions for setting up and running the various scripts locally

### Prerequisites

Currently runs on Node.js LTS/Gallium v16.20.2
Requires Node.js 20 LTS (Iron). Recommended: v20.19.0

```bash
# Tooling setup
corepack enable

# Use the project version (with nvm)
nvm use || nvm install 20.19.0 && nvm use 20.19.0

# Sanity check yarn version
yarn --version
```

```bash
# Install dependencies
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,10 @@
"eslint": "^8.52.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}
},
"engines": {
"node": ">=20.18.0 <21",
"yarn": ">=4.0.0 <5"
},
"packageManager": "[email protected]+sha512.7b1cb0b62abba6a537b3a2ce00811a843bea02bcf53138581a6ae5b1bf563f734872bd47de49ce32a9ca9dcaff995aa789577ffb16811da7c603dcf69e73750b"
}
Loading
Loading