Skip to content

Commit

Permalink
Upgrade to Node 12 LTS (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli authored Apr 18, 2020
1 parent 0fb9f31 commit 135e89e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# extend the node alpine base
FROM node:10-alpine
FROM node:12-alpine

# root application directory
ENV KLICKER_DIR="/app"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# extend the node alpine base
FROM node:10-alpine
FROM node:12-alpine

# root application directory
ENV APP_DIR="/app"
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"license": "AGPL-3.0",
"engines": {
"node": ">=10",
"node": ">=12",
"yarn": "YARN NO LONGER USED - use npm instead."
},
"dependencies": {
Expand Down Expand Up @@ -95,7 +95,7 @@
"mathjs": "6.6.4",
"morgan": "1.10.0",
"next": "9.3.5",
"node-sass": "4.13.0",
"node-sass": "4.13.1",
"nodemon": "2.0.3",
"prismjs": "1.20.0",
"qrcode.react": "1.0.0",
Expand Down

0 comments on commit 135e89e

Please sign in to comment.