aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-10 03:59:34 -0500
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-10 07:03:20 -0400
commit71344fef47d700490180cac94fb1526666f490c9 (patch)
tree16e22c4366202c7b84e5e5398d2b6d1f449a4af5 /CONTRIBUTING.md
parentBump docker/metadata-action from 3 to 4 (diff)
downloadferdium-server-71344fef47d700490180cac94fb1526666f490c9.tar.gz
ferdium-server-71344fef47d700490180cac94fb1526666f490c9.tar.zst
ferdium-server-71344fef47d700490180cac94fb1526666f490c9.zip
Upgrade 'node' (16.14 -> 16.15); Upgrade 'pnpm' (6 --> 7)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b6f678e..b4643de 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": "16.14.2", 52 "node": "16.15.0",
53 "npm": "8.7.0", 53 "npm": "8.7.0",
54 "pnpm": "6.32.8" 54 "pnpm": "7.0.1"
55} 55}
56``` 56```
57 57