trying to fix npm pt. 2
This commit is contained in:
8
.github/workflows/buildapp.yml
vendored
8
.github/workflows/buildapp.yml
vendored
@@ -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:
|
||||
@@ -135,11 +138,6 @@ jobs:
|
||||
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
|
||||
|
Reference in New Issue
Block a user