Skip to content

chore(deps): update dependency chai to v4.3.7 #707

chore(deps): update dependency chai to v4.3.7

chore(deps): update dependency chai to v4.3.7 #707

Workflow file for this run

name: Test Merge Commit
on: pull_request
permissions:
contents: read
jobs:
test-merge:
runs-on: ${{ matrix.config.os }}
strategy:
matrix:
config:
# arch isn't used and we have no way to use it currently
- { os: macos-latest, arch: x64 }
- { os: ubuntu-latest, arch: x64 }
- { os: windows-latest, arch: x64 }
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
with:
node-version: 16
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3
with:
directory: ./coverage/