From 501d353ac09c99c82c6fa082b77b0f16e2671979 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Mon, 25 Mar 2024 08:19:56 +0300 Subject: [PATCH] fix vercel preview deploy --- .github/workflows/preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index ef1d77737..2a5f56659 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -21,6 +21,7 @@ jobs: uses: actions/checkout@v2 with: ref: refs/pull/${{ github.event.issue.number }}/head + - run: npm i -g pnpm - uses: actions/setup-node@v4 with: node-version: 18