Skip to content

Commit

Permalink
Merge pull request #2506 from HHS/TTAHUB-3675/update-node
Browse files Browse the repository at this point in the history
[TTAHUB-3675] Update node from 18.20.3 to 18.20.4
  • Loading branch information
GarrettEHill authored Dec 3, 2024
2 parents 8f5b3cb + 0a64f0d commit bdc58f6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.3
18.20.4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bdc58f6

Please sign in to comment.