From 2375ab8234b72d0ee96685ebce7252f0338c2c77 Mon Sep 17 00:00:00 2001 From: Josh Nussbaum Date: Wed, 31 Jan 2024 11:30:17 +0800 Subject: [PATCH] chore: Specifies node version for release workflow --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0e18de..ba7d71d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,11 @@ jobs: with: fetch-depth: 0 + - name: Install Node.js + uses: actions/setup-node@v3 + with: + node-version: 20 + - name: Setup PNPM uses: pnpm/action-setup@v2 with: