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 f705714 commit eade771
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: NodeJS Installation ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

- name: Checkout source code. # Repo checkout
uses: actions/checkout@v3

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

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

- name: build
run: npm run build
working-directory: ./src
Expand Down

0 comments on commit eade771

Please sign in to comment.