From ad4736053973401a0e9f1cddbd91cc74370c1b0c Mon Sep 17 00:00:00 2001 From: Roye Date: Mon, 6 Jan 2025 16:17:56 -0500 Subject: [PATCH] Add setup step --- .github/workflows/release-publish.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 812e31eb342459..63c02bdbe6b7d0 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -71,6 +71,13 @@ jobs: with: fetch-depth: 0 + - uses: actions/setup-node@v4.0.2 + with: + node-version: 20.x + cache: 'pnpm' + + - run: pnpm install --frozen-lockfile + - name: Build run: pnpm build