Skip to content

Bump expect from 29.4.3 to 29.7.0 #154

Bump expect from 29.4.3 to 29.7.0

Bump expect from 29.4.3 to 29.7.0 #154

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Install
run: npm install
- name: Test
run: npm run test