Skip to content

Commit

Permalink
chore :: 배포 환경 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
six-standard committed Dec 11, 2023
1 parent 88eab38 commit 076fdc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout source code. # Repo checkout
- name: Checkout source code.
uses: actions/checkout@v3

- name: Check Node v # Node v 확인
- name: Check Node v
run: node -v

- name: Install dependencies # 의존 파일 설치
- name: Install dependencies
run: npm install

- name: build
Expand Down

0 comments on commit 076fdc4

Please sign in to comment.