Skip to content

Commit

Permalink
CI/CD 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
urimJ committed Nov 23, 2023
1 parent db8f9ea commit 2461bb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo "내용...${{ github.repository }}"
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/setup-node@v4
# - with:
# node-version: 18
- with:
node-version: "18"
- name: "NPM 설치"
run: npm install
- name: "NPM 실행"
Expand Down

0 comments on commit 2461bb7

Please sign in to comment.