Skip to content

Commit

Permalink
circleci to cimg
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwn04 committed Apr 13, 2024
1 parent 95a790a commit 3f0ffc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
build:
docker:
- image: circleci/node:20.12.2
- image: cimg/node:20.12.2
steps:
- checkout
- run:
Expand All @@ -12,7 +12,7 @@ jobs:
command: yarn build
lint:
docker:
- image: circleci/node:20.12.2
- image: cimg/node:20.12.2
steps:
- checkout
- restore_cache:
Expand All @@ -27,7 +27,7 @@ jobs:
command: yarn lint
test:
docker:
- image: circleci/node:20.12.2
- image: cimg/node:20.12.2
environment:
RDS_HOST: localhost
RDS_DATABASE: membership_portal
Expand Down

0 comments on commit 3f0ffc4

Please sign in to comment.