aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-04-16 15:42:59 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-04-16 10:25:10 +0000
commitbeb28cc814fc8017462b42d2c184391cfa9dd37c (patch)
treede4475a65d635026f76d767ff0236c9707955bb6 /CONTRIBUTING.md
parentUpdate dev scripts (#126) (diff)
downloadferdium-server-beb28cc814fc8017462b42d2c184391cfa9dd37c.tar.gz
ferdium-server-beb28cc814fc8017462b42d2c184391cfa9dd37c.tar.zst
ferdium-server-beb28cc814fc8017462b42d2c184391cfa9dd37c.zip
Upgrade python, node and pnpm
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 b672b6d..82329ad 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.12.0", 52 "node": "20.12.2",
53 "pnpm": "8.15.5", 53 "pnpm": "8.15.7",
54 "python": "3.12.2" 54 "python": "3.12.3"
55} 55}
56``` 56```
57 57