summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.nvmrc1
-rw-r--r--Dockerfile2
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
4 files changed, 6 insertions, 5 deletions
diff --git a/.nvmrc b/.nvmrc
new file mode 100644
index 0000000..6f7f377
--- /dev/null
+++ b/.nvmrc
@@ -0,0 +1 @@
+v16
diff --git a/Dockerfile b/Dockerfile
index f46b3a1..5bec270 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM node:13-alpine
+FROM node:16-alpine
WORKDIR /app
RUN apk add --no-cache python3 build-base
ADD package.json package-lock.json /app/
diff --git a/package-lock.json b/package-lock.json
index 2cb3932..b19767b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "gathio",
- "version": "1.2.3",
+ "version": "1.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gathio",
- "version": "1.2.3",
+ "version": "1.3.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@sendgrid/mail": "^6.5.5",
@@ -43,7 +43,7 @@
"nodemon": "^2.0.15"
},
"engines": {
- "node": ">=10.18.1"
+ "node": ">=16.16.0"
}
},
"node_modules/@babel/runtime": {
diff --git a/package.json b/package.json
index 3e921cb..8963fd2 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"start": "nodemon ./start.js"
},
"engines": {
- "node": ">=10.18.1"
+ "node": ">=16.16.0"
},
"keywords": [],
"author": "",