Refactor to remove IDBFS & NODEFS, use Transferable to handle large files
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user