aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-01-14 15:27:41 +0000
committerLibravatar GitHub <noreply@github.com>2024-01-14 15:27:41 +0000
commiteeb7251e297a2c38b0e1b99e3736efaa85cb5fea (patch)
tree78f3c42e417f8364b874179b5d55af5880d969fb /CONTRIBUTING.md
parent2.0.5 [skip ci] (diff)
downloadferdium-server-eeb7251e297a2c38b0e1b99e3736efaa85cb5fea.tar.gz
ferdium-server-eeb7251e297a2c38b0e1b99e3736efaa85cb5fea.tar.zst
ferdium-server-eeb7251e297a2c38b0e1b99e3736efaa85cb5fea.zip
Upgrade node to the latest LTS (20.11.0) and pnpm to the latest (8.14.1) (#93)
* Upgrade node to latest LTS (20.11.0) and pnpm to latest (8.14.1) * Upgrade node to latest LTS (20.11.0) and pnpm to latest (8.14.1) * Fix formatting
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2e93c39..817583c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,9 +49,9 @@ Currently, these are the combinations of system dependencies that work for MacOS
49```bash 49```bash
50$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 50$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
51{ 51{
52 "node": "20.9.0", 52 "node": "20.11.0",
53 "pnpm": "8.7.6", 53 "pnpm": "8.14.1",
54 "python": "3.11.1" 54 "python": "3.12.1"
55} 55}
56``` 56```
57 57