NodeJS 14 support - circleci/docker/.nvmrc (#16163)
* Update config.yml * Update Dockerfile * Update .nvmrc * Update Dockerfile * NodeJS 10 is EOL. * Update package.json * Update README.md * Update Vagrantfile * Update Dockerfile * Update Dockerfile
This commit is contained in:
parent
4ac78e2a06
commit
229f5d1681
4 changed files with 5 additions and 5 deletions
|
@ -3,8 +3,8 @@ FROM ubuntu:20.04 as build-dep
|
|||
# Use bash for the shell
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
|
||||
# Install Node v12 (LTS)
|
||||
ENV NODE_VER="12.21.0"
|
||||
# Install Node v14 (LTS)
|
||||
ENV NODE_VER="14.17.4"
|
||||
RUN ARCH= && \
|
||||
dpkgArch="$(dpkg --print-architecture)" && \
|
||||
case "${dpkgArch##*-}" in \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue