diff --git a/.circleci/config.yml b/.circleci/config.yml index 1eab89a74c..5a0f74ab15 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,10 +5,10 @@ executors: docker-executor: # for docker you must specify an image to use for the primary container docker: - - image: cimg/node:18.20.3-browsers + - image: cimg/node:18.20.4-browsers docker-postgres-executor: docker: - - image: cimg/node:18.20.3-browsers + - image: cimg/node:18.20.4-browsers environment: DATABASE_URL: postgresql://postgres@localhost/ttasmarthub - image: cimg/postgres:15.6 diff --git a/.nvmrc b/.nvmrc index 561a1e9a85..17719ce25a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.20.3 +18.20.4 diff --git a/Dockerfile b/Dockerfile index 302b29535f..518e1e54dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.20.3 +FROM node:18.20.4 WORKDIR /app RUN apt-get update && apt-get install lcov -y RUN \ diff --git a/README.md b/README.md index db55a00de0..264b1fe414 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ those services are already running on your machine. #### Docker 1. Make sure Docker is installed. To check run `docker ps`. -2. Make sure you have Node 18.20.3 installed. +2. Make sure you have Node 18.20.4 installed. 3. Copy `.env.example` to `.env`. 4. Change the `AUTH_CLIENT_ID` and `AUTH_CLIENT_SECRET` variables to to values found in the team Keybase account. If you don't have access to Keybase, please ask in the acf-head-start-eng slack channel for access. 5. Optionally, set `CURRENT_USER` to your current user's uid:gid. This will cause files created by docker compose to be owned by your user instead of root. diff --git a/frontend/package.json b/frontend/package.json index 1cbf1b6315..f3ae2abe53 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -63,7 +63,7 @@ "micromatch": "^4.0.8" }, "engines": { - "node": "18.20.3" + "node": "18.20.4" }, "scripts": { "start": "cross-env DISABLE_ESLINT_PLUGIN=true react-scripts start", diff --git a/package.json b/package.json index 8ddf6cf934..5e1bc1815f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Office of Head Start Training & Technical Assistance Data Platform\r =============================================", "main": "index.js", "engines": { - "node": "18.20.3" + "node": "18.20.4" }, "scripts": { "build": "tsc -p src",