aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2023-05-21 16:02:51 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-05-21 21:55:55 +0530
commitfc3238681bad055c31fb5d61511477c195268759 (patch)
tree678ca10ec6effd02f46866cb4341f45c970819a9
parent6.3.0-nightly.8 [skip ci] (diff)
downloadferdium-app-fc3238681bad055c31fb5d61511477c195268759.tar.gz
ferdium-app-fc3238681bad055c31fb5d61511477c195268759.tar.zst
ferdium-app-fc3238681bad055c31fb5d61511477c195268759.zip
Downgrade node to '18.15.0'
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--Dockerfile2
-rw-r--r--package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/.nvmrc b/.nvmrc
index 6d80269a4..55bffd620 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
18.16.0 18.15.0
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 186cac6d1..25a9dce90 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -62,7 +62,7 @@ Currently, these are the combinations of system dependencies that work for MacOS
62# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed 62# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed
63$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 63$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
64{ 64{
65 "node": "18.16.0", 65 "node": "18.15.0",
66 "pnpm": "8.5.0" 66 "pnpm": "8.5.0"
67} 67}
68``` 68```
diff --git a/Dockerfile b/Dockerfile
index 8bdf40078..2a245a4f7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
1# Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture 1# Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture
2 2
3FROM docker.io/library/node:18.16.0-buster as builder 3FROM docker.io/library/node:18.15.0-buster as builder
4 4
5ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share" 5ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share"
6 6
diff --git a/package.json b/package.json
index b72259811..016afb639 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
13 "repository": "https://github.com/ferdium/ferdium-app.git", 13 "repository": "https://github.com/ferdium/ferdium-app.git",
14 "private": true, 14 "private": true,
15 "engines": { 15 "engines": {
16 "node": "18.16.0", 16 "node": "18.15.0",
17 "pnpm": "8.5.0" 17 "pnpm": "8.5.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,