File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
3
3
node_js :
4
- - " 12 "
4
+ - " 14 "
5
5
6
6
env :
7
7
- CXX=g++-4.8 JOBS=1 PATH=$PATH:${HOME}/google-cloud-sdk/bin CLOUDSDK_CORE_DISABLE_PROMPTS=1
Original file line number Diff line number Diff line change 1
- FROM node:12 -alpine as builder
1
+ FROM node:14 -alpine as builder
2
2
3
3
WORKDIR /app
4
4
@@ -20,7 +20,7 @@ RUN yarn l10n:generate && \
20
20
# #
21
21
# #
22
22
23
- FROM node:12 -alpine
23
+ FROM node:14 -alpine
24
24
25
25
WORKDIR /fastboot
26
26
Original file line number Diff line number Diff line change 1
1
[build ]
2
2
command = " node scripts/l10n.js generate && ember build -prod"
3
3
[build .environment ]
4
- NODE_VERSION = " 12 "
4
+ NODE_VERSION = " 14 "
5
5
[context .production ]
6
6
[context .production .environment ]
7
7
API_HOST = " https://open-event-api-dev.herokuapp.com"
Original file line number Diff line number Diff line change 166
166
"xgettext-template" : " ^4.1.0"
167
167
},
168
168
"engines" : {
169
- "node" : " 12.x" ,
169
+ "node" : " >= 12.x" ,
170
170
"yarn" : " >= 1.2.0"
171
171
},
172
172
"private" : true ,
You can’t perform that action at this time.
0 commit comments