trying to fix npm
This commit is contained in:
11
.github/workflows/buildapp.yml
vendored
11
.github/workflows/buildapp.yml
vendored
@@ -135,9 +135,14 @@ jobs:
|
|||||||
name: macos-artifacts
|
name: macos-artifacts
|
||||||
path: dist/macos
|
path: dist/macos
|
||||||
|
|
||||||
# - name: Get npm version action
|
- name: Setup node and npm
|
||||||
# id: npmv
|
uses: actions/setup-node@v3
|
||||||
# uses: pchynoweth/action-get-npm-version@1.0.1
|
with:
|
||||||
|
node-version: 16
|
||||||
|
|
||||||
|
- name: Get npm version action
|
||||||
|
id: npmv
|
||||||
|
uses: pchynoweth/action-get-npm-version@1.0.1
|
||||||
|
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
Reference in New Issue
Block a user