From 153458434401a0c4949ca3a86c99e7aed096d345 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:48:47 +0000 Subject: [PATCH] fix: builds --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2bbef21..766845d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,8 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v1 + with: + node-version: 20 - name: Install packages run: yarn