Bump version, and update workflow, readme and actions.yml

This commit is contained in:
Shivam Mathur
2019-10-29 06:03:19 +05:30
parent 0d8d5d2f2c
commit 20d1b1c6f1
6 changed files with 108 additions and 27 deletions

View File

@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: 1
- name: Setup Node.js 10.x
- name: Setup Node.js 12.x
uses: actions/setup-node@master
with:
node-version: 10.x
node-version: 12.x
- name: Installing NPM packages
run: npm install