aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-01-11 19:23:26 +0530
committerLibravatar GitHub <noreply@github.com>2023-01-11 13:53:26 +0000
commit1094208183d64d42229ddb165425887900b77b1e (patch)
tree1528a7da01d8da405bcdee355f1edb4998c66813
parentUpgrade `electron` to `v22.0.1` (#799) (diff)
downloadferdium-app-1094208183d64d42229ddb165425887900b77b1e.tar.gz
ferdium-app-1094208183d64d42229ddb165425887900b77b1e.tar.zst
ferdium-app-1094208183d64d42229ddb165425887900b77b1e.zip
Upgrade 'nodejs' to the latest LTS '18.13.0' (#858)
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--Dockerfile2
-rw-r--r--package.json2
4 files changed, 5 insertions, 5 deletions
diff --git a/.nvmrc b/.nvmrc
index e65243f2e..d939939b2 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
16.19.0 18.13.0
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index aef56fd2e..f743999a4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -62,8 +62,8 @@ 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": "16.19.0", 65 "node": "18.13.0",
66 "pnpm": "7.19.0" 66 "pnpm": "7.21.0"
67} 67}
68``` 68```
69 69
diff --git a/Dockerfile b/Dockerfile
index 028ef0281..29931aa64 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:16.19.0-buster as builder 3FROM docker.io/library/node:18.13.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 4b16b8d0e..2f1df1abf 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": "16.19.0", 16 "node": "18.13.0",
17 "pnpm": "7.21.0" 17 "pnpm": "7.21.0"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,