aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-29 07:29:24 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-29 07:29:24 +0530
commit7bb8093d02ada5407d56a9e19545b8872c268fb8 (patch)
tree2e532118a751894d408be217027d3a80d05d4009 /CONTRIBUTING.md
parentBackported some configurations from the adonis rewrite (diff)
downloadferdium-server-7bb8093d02ada5407d56a9e19545b8872c268fb8.tar.gz
ferdium-server-7bb8093d02ada5407d56a9e19545b8872c268fb8.tar.zst
ferdium-server-7bb8093d02ada5407d56a9e19545b8872c268fb8.zip
Upgrade 'pnpm' to '7.19.0'; Upgrade submodules
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 18856bf..72fbd35 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -50,7 +50,7 @@ Currently, these are the combinations of system dependencies that work for MacOS
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": "16.18.1", 52 "node": "16.18.1",
53 "pnpm": "7.18.1", 53 "pnpm": "7.19.0",
54 "python": "3.11.1" 54 "python": "3.11.1"
55} 55}
56``` 56```