trying to fix npm
This commit is contained in:
11
.github/workflows/buildapp.yml
vendored
11
.github/workflows/buildapp.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user