Skip to content

Commit

Permalink
[ENV][Fix] : ci.yml 노드 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
effozen committed Nov 5, 2024
1 parent c4cc835 commit a3529c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 'node' # 항상 최신 안정 버전의 Node.js 사용
node-version: 'lts' # 항상 최신 안정 버전의 Node.js 사용

- name: Install pnpm
run: npm install -g pnpm # pnpm 설치
Expand Down

0 comments on commit a3529c6

Please sign in to comment.