Skip to content

Update abis version #325

Update abis version

Update abis version #325

Workflow file for this run

name: CI/CD Using Github actions workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Node & Npm Version
run: |
node -v
npm -v
- name: Install 🔧
run: npm install
- name: Test 🚨
run: npm test