diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4660c45..503c433 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v2.3.4 diff --git a/Dockerfile b/Dockerfile index 699c22b..accf3dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # With comments to aid in my learning of docker. # To use official nodejs base docker image. -FROM node:12 +FROM node:lts # The working directory where any subsequent instructions in the Dockerfile will be executed on. WORKDIR /app diff --git a/Dockerfile-ci b/Dockerfile-ci index 699c22b..accf3dd 100644 --- a/Dockerfile-ci +++ b/Dockerfile-ci @@ -2,7 +2,7 @@ # With comments to aid in my learning of docker. # To use official nodejs base docker image. -FROM node:12 +FROM node:lts # The working directory where any subsequent instructions in the Dockerfile will be executed on. WORKDIR /app diff --git a/README.md b/README.md index 9200905..d4bfabb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![MIT License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/learnsoftwaredevelopment/SoftwareRepository/blob/master/LICENSE) ![GitHub Node.js CI](https://github.com/learnsoftwaredevelopment/SoftwareRepository/workflows/Node.js%20CI/badge.svg?branch=master) -![App Container CI](https://github.com/learnsoftwaredevelopment/SoftwareRepository/actions/workflows/app-test-container-no-docker-cache.yml/badge.svg?branch=master)] +![App Container CI](https://github.com/learnsoftwaredevelopment/SoftwareRepository/actions/workflows/app-test-container-no-docker-cache.yml/badge.svg?branch=master) ## Introduction @@ -169,7 +169,7 @@ A list of the technologies and frameworks used in this project ### Backend Technologies -- Node.js (Node 12) +- Node.js (Node.js LTS) - MongoDB - Firebase Authentication