Skip to content

Update dependency chai to v4.4.1 #124

Update dependency chai to v4.4.1

Update dependency chai to v4.4.1 #124

Workflow file for this run

name: Karma
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test-action