maintenance: remove fix-compatibility.js

(cherry picked from commit af20e8a6970ec7f08799389ac9ce897d1cc822e0)
This commit is contained in:
MengYX
2021-12-16 07:24:42 +08:00
parent b4068e2edb
commit 58dfeee960
4 changed files with 2 additions and 32 deletions

View File

@@ -43,9 +43,7 @@ jobs:
node-version: "14"
- name: Install Dependencies
run: |
npm ci
npm run fix-compatibility
run: npm ci
- name: Build
env:

View File

@@ -17,9 +17,7 @@ jobs:
node-version: "14"
- name: Install Dependencies
run: |
npm ci
npm run fix-compatibility
run: npm ci
- name: Build Legacy
env: