From 30b63f484cdfa0199388bbc4ca0c9ec2afd074a4 Mon Sep 17 00:00:00 2001 From: eunhak Date: Thu, 9 May 2024 17:57:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20vercel=20cd=20=EC=88=98=EC=A0=953?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2d9eeb6..7be933f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -9,6 +9,10 @@ jobs: runs-on: ubuntu-latest container: pandoc/latex steps: + - name: Use Node.js 20 + uses: actions/setup-node@v2 + with: + node-version: 20 - uses: actions/checkout@v2 - name: Install mustache (to update the date) run: apk add ruby && gem install mustache