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