From 43ed5cbaaad4da309495e4289c2b54dc467a8f83 Mon Sep 17 00:00:00 2001 From: PlOszukiwacz <87446593+PlOszukiwaczDEV@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:04:49 +0100 Subject: [PATCH] trying to fix npm pt. 2 --- .github/workflows/buildapp.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index af17364..745d78a 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -117,6 +117,9 @@ jobs: needs: [build-linux, build-windows, build-macos] steps: + - name: Checkout git repo + uses: actions/checkout@v2 + - name: Download Linux Artifacts uses: actions/download-artifact@v3 with: @@ -134,11 +137,6 @@ jobs: with: name: macos-artifacts path: dist/macos - - - name: Setup node and npm - uses: actions/setup-node@v3 - with: - node-version: 16 - name: Get npm version action id: npmv