Skip to content

Commit e5e630e

Browse files
committed
chore(ui): upgrade to node 16
1 parent 85a3969 commit e5e630e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
16

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ If you are going to be contributing back to Chronograf please take a second to s
4545

4646
## Installing & Using Node
4747

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.
4949

50-
* [Install Node 14](https://nodejs.org/en/about/releases/)
50+
* [Install Node 16](https://nodejs.org/en/about/releases/)
5151

5252
## Installing & Using Yarn
5353

Diff for: etc/Dockerfile_build

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN pip3 install boto requests python-jose --upgrade
2020
RUN gem install fpm
2121

2222
# Install node
23-
ENV NODE_VERSION v14.15.0
23+
ENV NODE_VERSION v16.14.0
2424
RUN wget -q https://nodejs.org/dist/${NODE_VERSION}/node-${NODE_VERSION}-linux-x64.tar.gz; \
2525
mkdir /usr/local/node; \
2626
tar -xvf node-${NODE_VERSION}-linux-x64.tar.gz -C /usr/local/node --strip-components=1; \

0 commit comments

Comments
 (0)