Skip to content

chore: release v8.40.7 #998

chore: release v8.40.7

chore: release v8.40.7 #998

Workflow file for this run

name: Unit Test
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 17, 18]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
with:
node-version: ${{ matrix.node }}
- name: Unit tests
run: yarn run test-coverage