From ae3415da201a36681801d993860c68e59c859144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=A0=EC=9A=A9=EC=A4=80?= Date: Mon, 12 Feb 2024 15:11:43 +0900 Subject: [PATCH] fix: cicd --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 57fe180..0cfd30a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -11,12 +11,12 @@ jobs: steps: - name: Checkout 코드 - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: 'demo' - name: Node.js 설치 - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: '18.18.2'