Skip to content

build(deps-dev): bump chai from 4.3.10 to 5.0.0 #69

build(deps-dev): bump chai from 4.3.10 to 5.0.0

build(deps-dev): bump chai from 4.3.10 to 5.0.0 #69

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
name: Test
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: Brightspace/third-party-actions@actions/checkout
- uses: Brightspace/third-party-actions@actions/setup-node
with:
node-version: '14'
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Unit Tests
run: npm run test:unit