Skip to content

fix(deps): update dependency @npmcli/arborist to v7 - autoclosed #57

fix(deps): update dependency @npmcli/arborist to v7 - autoclosed

fix(deps): update dependency @npmcli/arborist to v7 - autoclosed #57

Workflow file for this run

name: Test 🧪
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test_unit:
name: Run unit tests 🃏
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: yarn
- name: Run unit tests
run: yarn test:ci
coverage:
name: Determine code coverage 📊
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
package-manager: yarn
test-script: yarn test:coverage
annotations: failed-tests