Skip to content

Bump lodash from 4.17.23 to 4.18.1 #595

Bump lodash from 4.17.23 to 4.18.1

Bump lodash from 4.17.23 to 4.18.1 #595

Workflow file for this run

name: "coverage"
on:
pull_request:
branches:
- main
jobs:
coverage:
runs-on: macos-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- run: npm ci
- uses: ArtiomTr/jest-coverage-report-action@v2.2.4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
annotations: failed-tests
skip-step: install
env:
NODE_OPTIONS: --experimental-vm-modules