From ae6a6a05660c2dab135e2011266f9f127114d968 Mon Sep 17 00:00:00 2001 From: PlOszukiwacz <87446593+PlOszukiwaczDEV@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:58:30 +0100 Subject: [PATCH] trying to fix npm --- .github/workflows/buildapp.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index fe4b484..af17364 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -134,10 +134,15 @@ 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 - # uses: pchynoweth/action-get-npm-version@1.0.1 + - name: Get npm version action + id: npmv + uses: pchynoweth/action-get-npm-version@1.0.1 - name: Upload Release id: create_release