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 717759d commit d9b0efb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ jobs:
- name: Checkout source code.
uses: actions/checkout@v3

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


- name: Install dependencies
run: npm install
# - name: Install dependencies
# run: npm install

- name: build
run: CI='false' npm run build
Expand Down

0 comments on commit d9b0efb

Please sign in to comment.