Sfoglia il codice sorgente

removed obsolete electron version downgrade

Eugene Pankov 6 anni fa
parent
commit
9b904856fa
2 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 1
      .github/workflows/windows.yml
  2. 0 1
      appveyor.yml

+ 0 - 1
.github/workflows/windows.yml

@@ -16,7 +16,6 @@ jobs:
     - name: Build
       shell: powershell
       run: |
-        yarn add -D [email protected]
         yarn
         node scripts/build-native.js
         yarn run build

+ 0 - 1
appveyor.yml

@@ -10,7 +10,6 @@ version: "{build}"
 
 install:
   - ps: Install-Product node $env:nodejs_version $env:platform
-  - yarn add -D [email protected]
   - yarn
   - node scripts/build-native.js