Skip to content

Commit 05d0b2d

Browse files
committed
fix: update Node.js version in github actions to 24 and add live demo link
1 parent f0d3e23 commit 05d0b2d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ jobs:
2424
- name: Set up Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20.x
27+
node-version: 24.x
2828
cache: 'npm'
2929
cache-dependency-path: front/package-lock.json
30+
env:
31+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
3032

3133
- name: Setup Pages
3234
uses: actions/configure-pages@v4

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> **두 개의 독립 시스템으로 구성된 로컬 LLM 기반 취업 준비 통합 플랫폼**
44
5+
🌐 **라이브 데모**: [https://chip-cookie.github.io/ME/](https://chip-cookie.github.io/ME/)
6+
57
[![Python](https://img.shields.io/badge/Python-3.11-3776AB?logo=python&logoColor=white)](https://python.org)
68
[![FastAPI](https://img.shields.io/badge/FastAPI-0.115-009688?logo=fastapi&logoColor=white)](https://fastapi.tiangolo.com)
79
[![TypeScript](https://img.shields.io/badge/TypeScript-5.4-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org)

0 commit comments

Comments
 (0)