Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TTVA-226 | Upgrade Node #153

Draft
wants to merge 12 commits into
base: tre-qa
Choose a base branch
from
Next Next commit
Upgrade Node.js to v14
Refs TTVA-236
japauliina committed Mar 7, 2025
commit 2e6a529e96c42184d3668f761cf88c8db54b5601
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v14
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Pull node image with locked node version
FROM node:10.15.1
FROM node:14.21.3

# Make guest app dir
RUN mkdir -p /usr/src/app
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -6,8 +6,7 @@
"url": "https://github.com/City-of-Helsinki/varaamo"
},
"engines": {
"node": ">=8.15.1",
"npm": ">=6.4.1"
"node": ">=14"
},
"main": "server/index.js",
"homepage": "https://varaamo.hel.fi/",