aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-02-11 02:01:20 +0000
committerLibravatar GitHub <noreply@github.com>2024-02-11 02:01:20 +0000
commit2fd7fa4e23835304fac6a433d0dc57c4b9fb26ff (patch)
treeed653f2757abeec7b81dd2cb85769ac25e9aa84d /CONTRIBUTING.md
parentUpdate submodules [skip ci] (diff)
downloadferdium-server-2fd7fa4e23835304fac6a433d0dc57c4b9fb26ff.tar.gz
ferdium-server-2fd7fa4e23835304fac6a433d0dc57c4b9fb26ff.tar.zst
ferdium-server-2fd7fa4e23835304fac6a433d0dc57c4b9fb26ff.zip
upgrade pnpm and other deps (#98)
* Use fixed version of GHA ubuntu runner to avoid "moving target" issues * Normalize GHA scripts parallel to ferdium-app repo
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 817583c..d1312b1 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": "20.11.0", 52 "node": "20.11.0",
53 "pnpm": "8.14.1", 53 "pnpm": "8.15.1",
54 "python": "3.12.1" 54 "python": "3.12.1"
55} 55}
56``` 56```