File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 - name : Install Node, NPM and Yarn
2121 uses : actions/setup-node@v1
2222 with :
23- node-version : 15
23+ node-version : 14
2424
2525 - name : Get yarn cache directory path
2626 id : yarn-cache-dir-path
5252 # This is used for uploading release assets to github
5353 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5454 run : |
55- yarn postinstall && yarn build && yarn electron-builder --publish always --arm64 -- x64
55+ yarn postinstall && yarn build && yarn electron-builder --publish always --x64
Original file line number Diff line number Diff line change 11name : Test
22
3- on : [push, pull_request]
3+ on : [pull_request]
44
55jobs :
66 release :
1717 - name : Install Node.js, NPM and Yarn
1818 uses : actions/setup-node@v1
1919 with :
20- node-version : 15
20+ node-version : 14
2121
2222 - name : yarn install
2323 run : |
You can’t perform that action at this time.
0 commit comments