File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- 14
1
+ 16
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ If you are going to be contributing back to Chronograf please take a second to s
45
45
46
46
## Installing & Using Node
47
47
48
- You'll need to install Node 14 to run the frontend chronograf application.
48
+ You'll need to install Node 16 to run the frontend chronograf application.
49
49
50
- * [ Install Node 14 ] ( https://nodejs.org/en/about/releases/ )
50
+ * [ Install Node 16 ] ( https://nodejs.org/en/about/releases/ )
51
51
52
52
## Installing & Using Yarn
53
53
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN pip3 install boto requests python-jose --upgrade
20
20
RUN gem install fpm
21
21
22
22
# Install node
23
- ENV NODE_VERSION v14.15 .0
23
+ ENV NODE_VERSION v16.14 .0
24
24
RUN wget -q https://nodejs.org/dist/${NODE_VERSION}/node-${NODE_VERSION}-linux-x64.tar.gz; \
25
25
mkdir /usr/local/node; \
26
26
tar -xvf node-${NODE_VERSION}-linux-x64.tar.gz -C /usr/local/node --strip-components=1; \
You can’t perform that action at this time.
0 commit comments