Skip to content

Commit 84027ee

Browse files
chore: Upgrade to node 14.x (#5528)
1 parent a59a20e commit 84027ee

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- "12"
4+
- "14"
55

66
env:
77
- CXX=g++-4.8 JOBS=1 PATH=$PATH:${HOME}/google-cloud-sdk/bin CLOUDSDK_CORE_DISABLE_PROMPTS=1

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12-alpine as builder
1+
FROM node:14-alpine as builder
22

33
WORKDIR /app
44

@@ -20,7 +20,7 @@ RUN yarn l10n:generate && \
2020
##
2121
##
2222

23-
FROM node:12-alpine
23+
FROM node:14-alpine
2424

2525
WORKDIR /fastboot
2626

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
command = "node scripts/l10n.js generate && ember build -prod"
33
[build.environment]
4-
NODE_VERSION = "12"
4+
NODE_VERSION = "14"
55
[context.production]
66
[context.production.environment]
77
API_HOST = "https://open-event-api-dev.herokuapp.com"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"xgettext-template": "^4.1.0"
167167
},
168168
"engines": {
169-
"node": "12.x",
169+
"node": ">= 12.x",
170170
"yarn": ">= 1.2.0"
171171
},
172172
"private": true,

0 commit comments

Comments
 (0)