From 2461bb764481b3d9426a1842039ee4f111daf574 Mon Sep 17 00:00:00 2001 From: urimJ Date: Thu, 23 Nov 2023 20:32:29 +0900 Subject: [PATCH] =?UTF-8?q?CI/CD=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 실행"