aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-03-21 03:00:16 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-03-21 03:01:42 +0530
commit87eaeaff269aac04a1aa1897587b8f04dc378f40 (patch)
treefea73c8241d5f9cf154d9063c7b41dffec6e34e9
parentBump docker/build-push-action from 3 to 4 (diff)
downloadferdium-server-87eaeaff269aac04a1aa1897587b8f04dc378f40.tar.gz
ferdium-server-87eaeaff269aac04a1aa1897587b8f04dc378f40.tar.zst
ferdium-server-87eaeaff269aac04a1aa1897587b8f04dc378f40.zip
Upgrade 'npm' to '18.15.0' and 'pnpm' to 7.30.0'
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--Dockerfile4
-rw-r--r--package.json4
m---------recipes0
5 files changed, 7 insertions, 7 deletions
diff --git a/.nvmrc b/.nvmrc
index d939939..55bffd6 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
18.13.0 18.15.0
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2be4646..e0e4179 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,8 +49,8 @@ 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": "18.13.0", 52 "node": "18.15.0",
53 "pnpm": "7.26.1", 53 "pnpm": "7.30.0",
54 "python": "3.11.1" 54 "python": "3.11.1"
55} 55}
56``` 56```
diff --git a/Dockerfile b/Dockerfile
index c01f43f..26f9c4f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
1FROM node:18.13.0-alpine as build 1FROM node:18.15.0-alpine as build
2 2
3WORKDIR /server-build 3WORKDIR /server-build
4 4
@@ -11,7 +11,7 @@ RUN PNPM_VERSION=$(node -p 'require("./package.json").engines.pnpm'); npm i -g p
11RUN pnpm install --config.build-from-source=sqlite --config.sqlite=/usr/local 11RUN pnpm install --config.build-from-source=sqlite --config.sqlite=/usr/local
12 12
13# ---- RUNTIME IMAGE ---------------------------------------------------------- 13# ---- RUNTIME IMAGE ----------------------------------------------------------
14FROM node:18.13.0-alpine 14FROM node:18.15.0-alpine
15 15
16WORKDIR /app 16WORKDIR /app
17LABEL maintainer="ferdium" 17LABEL maintainer="ferdium"
diff --git a/package.json b/package.json
index 38175d5..3936a28 100644
--- a/package.json
+++ b/package.json
@@ -5,8 +5,8 @@
5 "description": "Ferdium server to replace the default Franz/Ferdi server.", 5 "description": "Ferdium server to replace the default Franz/Ferdi server.",
6 "main": "index.js", 6 "main": "index.js",
7 "engines": { 7 "engines": {
8 "node": "18.13.0", 8 "node": "18.15.0",
9 "pnpm": "7.26.1", 9 "pnpm": "7.30.0",
10 "python": "3.11.1" 10 "python": "3.11.1"
11 }, 11 },
12 "scripts": { 12 "scripts": {
diff --git a/recipes b/recipes
Subproject 9da964ef13bcd0880dba4d6e51e3d481900432c Subproject e1b77937f06ee99cea2b9c5a3d87c488d35dba5