diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 2071ce36ed..1c9b75e229 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -26,6 +26,10 @@ jobs: # Job steps steps: - uses: actions/checkout@v1 + - name: Use Node 14 + uses: actions/setup-node@v1 + with: + node-version: '14.x' - name: Install dependencies run: npm i # 👇 Adds Chromatic as a step in the workflow