fix unhandled promise rejection in .asBuffer() #113
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: push | |
name: Continuous Integration | |
jobs: | |
ci: | |
name: Continuous Integration | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Use Node.js 10.x | |
uses: actions/setup-node@v1 | |
with: | |
version: 10.x | |
- name: Install Dependencies and Run Tests | |
run: | | |
npm install | |
npm test |