2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00

build: remove yarn constraint

This commit is contained in:
18alantom 2022-04-01 15:24:20 +05:30
parent 62996e100e
commit 4c706afe17
2 changed files with 4 additions and 9 deletions

View File

@ -99,7 +99,7 @@ jobs:
path: dist-linux.tar
build-windows:
runs-on: windows-2022
runs-on: windows-2019
defaults:
run:
shell: bash
@ -114,9 +114,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup Books
run: |
yarn set version 1.22.18
yarn
run: yarn
- name: Set Error Log Creds
env:
@ -135,9 +133,7 @@ jobs:
WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
yarn set version 1.22.18
yarn electron:build --win --publish always
run: yarn electron:build --win --publish always
- name: Tar files
run: tar -cvf dist-windows.tar dist_electron

View File

@ -73,8 +73,7 @@
},
"engineStrict": true,
"engines": {
"node": ">=16.13.1 <17",
"yarn": "1.22.18"
"node": ">=16.13.1 <17"
},
"gitHooks": {
"pre-commit": "lint-staged"