Marcos Aguayo

Results 5 comments of Marcos Aguayo

@aidenmitchell Have you found a solution?

Any reason why the cache is limited to 250MB, just curious :)

I created my own Github Action because this one is not maintained ``` name: Deploy master on: push: branches: - master jobs: deploy-master: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 -...

Try this: ``` cd node_modules/level/ npm install cd node_modules/leveldown/ ```