aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-09 07:49:49 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-12-09 11:45:47 +0530
commita611bb111dd8caf69c58d6d64c984b6e3d37a836 (patch)
tree580f3480b457033ad172fe834727dd49e5d54118
parent1.3.11 [skip ci] (diff)
downloadferdium-server-a611bb111dd8caf69c58d6d64c984b6e3d37a836.tar.gz
ferdium-server-a611bb111dd8caf69c58d6d64c984b6e3d37a836.tar.zst
ferdium-server-a611bb111dd8caf69c58d6d64c984b6e3d37a836.zip
Upgrade 'nodejs' to '16.18.1' and 'npm' to '8.19.2'
-rw-r--r--.nvmrc2
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--Dockerfile4
-rw-r--r--package-lock.json4
-rw-r--r--package.json4
5 files changed, 9 insertions, 9 deletions
diff --git a/.nvmrc b/.nvmrc
index d928989..5397c87 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
16.15.1 16.18.1
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c8402a8..b6fd3ee 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": "16.15.1", 52 "node": "16.18.1",
53 "npm": "8.13.2", 53 "npm": "8.19.2",
54 "pnpm": "7.0.1" 54 "pnpm": "7.0.1"
55} 55}
56``` 56```
diff --git a/Dockerfile b/Dockerfile
index e270d16..ea0e952 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
1FROM node:16.15.1-alpine as build 1FROM node:16.18.1-alpine as build
2 2
3WORKDIR /server-build 3WORKDIR /server-build
4 4
@@ -11,7 +11,7 @@ RUN NPM_VERSION=$(node -p 'require("./package.json").engines.npm'); npm i -g npm
11RUN npm ci --build-from-source --sqlite=/usr/local 11RUN npm ci --build-from-source --sqlite=/usr/local
12 12
13# ---- RUNTIME IMAGE ---------------------------------------------------------- 13# ---- RUNTIME IMAGE ----------------------------------------------------------
14FROM node:16.15.1-alpine 14FROM node:16.18.1-alpine
15 15
16WORKDIR /app 16WORKDIR /app
17LABEL maintainer="ferdium" 17LABEL maintainer="ferdium"
diff --git a/package-lock.json b/package-lock.json
index ec9f2c0..e230ff6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -46,8 +46,8 @@
46 "prettier": "2.3.2" 46 "prettier": "2.3.2"
47 }, 47 },
48 "engines": { 48 "engines": {
49 "node": "16.15.1", 49 "node": "16.18.1",
50 "npm": "8.13.2" 50 "npm": "8.19.2"
51 } 51 }
52 }, 52 },
53 "node_modules/@adonisjs/ace": { 53 "node_modules/@adonisjs/ace": {
diff --git a/package.json b/package.json
index a6d2f78..6cb0d55 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": "16.15.1", 8 "node": "16.18.1",
9 "npm": "8.13.2" 9 "npm": "8.19.2"
10 }, 10 },
11 "scripts": { 11 "scripts": {
12 "prepare": "is-ci || husky install", 12 "prepare": "is-ci || husky install",