File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 runs-on : ${{ matrix.os }}
1313 strategy :
1414 matrix :
15- os : [macos-11 , windows-2019, ubuntu-latest]
15+ os : [macos-12 , windows-2019, ubuntu-latest]
1616
1717 steps :
1818 - uses : actions/checkout@v2
19+
1920 - uses : actions/setup-node@v2
2021 with :
2122 node-version : ' 14'
22- check-latest : true
2323
2424 - name : Install dependencies
2525 run : yarn --immutable
4444 env :
4545 CSC_LINK : ${{ secrets.MAC_CSC_LINK2 }}
4646 CSC_KEY_PASSWORD : ${{ secrets.MAC_CSC_KEY_PASSWORD }}
47- APPLE_ID : ${{ secrets.APPLE_ID }}
48- APPLE_ID_PASSWORD : ${{ secrets.APPLE_ID_PASSWORD }}
4947 if : runner.os == 'macOS'
5048
5149 - name : Build on Windows
Original file line number Diff line number Diff line change 7777 "copy-webpack-plugin" : " ^10.2.4" ,
7878 "css-loader" : " ^6.6.0" ,
7979 "electron" : " ^17.4.11" ,
80- "electron-builder" : " ^22.14.13 " ,
80+ "electron-builder" : " 23.6.0 " ,
8181 "electron-notarize" : " ^1.1.1" ,
8282 "eslint" : " ^8.10.0" ,
8383 "eslint-plugin-import" : " ^2.25.4" ,
You can’t perform that action at this time.
0 commit comments