Refactor to remove IDBFS & NODEFS, use Transferable to handle large files

This commit is contained in:
Jerome Wu
2020-01-13 22:07:47 +08:00
parent 1bacf193d9
commit 0f15f58554
20 changed files with 162 additions and 281 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ['10'] #['8', '10', '12']
node_version: ['12'] #['8', '10', '12']
os: [ubuntu-latest] #[ubuntu-latest, windows-latest, macOS-latest]
steps:
@@ -28,3 +28,4 @@ jobs:
run: |
npm install
npm run lint
npm test