From 3f90c8ff609a3df5ec591913674b3f12967b4b6c Mon Sep 17 00:00:00 2001 From: baegofda Date: Mon, 12 Feb 2024 03:48:54 +0900 Subject: [PATCH] =?UTF-8?q?(#0)=20=EB=85=B8=EB=93=9C=20=EB=B2=84=EC=A0=84?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-github-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-github-pages.yaml b/.github/workflows/deploy-github-pages.yaml index ac86a02..dae261e 100644 --- a/.github/workflows/deploy-github-pages.yaml +++ b/.github/workflows/deploy-github-pages.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "20.x" - uses: bitovi/github-actions-storybook-to-github-pages@v1.0.1 with: install_command: yarn install