From ef1a25373ba0e9ebe6fec9fdfec508e7700002b9 Mon Sep 17 00:00:00 2001 From: paring Date: Mon, 29 Apr 2024 18:38:38 +0900 Subject: [PATCH] fix: chromatic job is not setting up node --- .github/workflows/chromatic.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 81b80b2..ca0b19d 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -10,6 +10,11 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + node-version: 20 - name: Install dependencies run: pnpm i