aboutsummaryrefslogtreecommitdiffstats
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
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)
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--Dockerfile4
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
m---------recipes0
6 files changed, 7 insertions, 7 deletions
diff --git a/.nvmrc b/.nvmrc
index d9f8800..99cdd80 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
16.14.2 16.15.0
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
diff --git a/Dockerfile b/Dockerfile
index bb496a9..36a1cc9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
1FROM node:16.14-alpine as build 1FROM node:16.15.0-alpine as build
2 2
3WORKDIR /server-build 3WORKDIR /server-build
4 4
@@ -12,7 +12,7 @@ RUN npm i -g npm@8.7.0
12RUN npm ci --build-from-source --sqlite=/usr/local 12RUN npm ci --build-from-source --sqlite=/usr/local
13 13
14# ---- RUNTIME IMAGE ---------------------------------------------------------- 14# ---- RUNTIME IMAGE ----------------------------------------------------------
15FROM node:16.4-alpine 15FROM node:16.15.0-alpine
16 16
17WORKDIR /app 17WORKDIR /app
18LABEL maintainer="ferdium" 18LABEL maintainer="ferdium"
diff --git a/package-lock.json b/package-lock.json
index 3c9aa0f..151d721 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -45,7 +45,7 @@
45 "prettier": "2.3.2" 45 "prettier": "2.3.2"
46 }, 46 },
47 "engines": { 47 "engines": {
48 "node": "16.14.2", 48 "node": "16.15.0",
49 "npm": "8.7.0" 49 "npm": "8.7.0"
50 } 50 }
51 }, 51 },
diff --git a/package.json b/package.json
index 477590d..f3fe3b2 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
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": "16.14.2", 8 "node": "16.15.0",
9 "npm": "8.7.0" 9 "npm": "8.7.0"
10 }, 10 },
11 "scripts": { 11 "scripts": {
diff --git a/recipes b/recipes
Subproject fb6db55f6985a0df55e7d8a1fe3b2fe49649fb7 Subproject ec9605b7c41b916c4d9c44f57d65dcedf3767a0