diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 143a65e..d6a521b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 실행"