Skip to content

chore(deps-dev): bump lodash from 4.17.20 to 4.17.21 in the npm_and_yarn group across 1 directory #42

chore(deps-dev): bump lodash from 4.17.20 to 4.17.21 in the npm_and_yarn group across 1 directory

chore(deps-dev): bump lodash from 4.17.20 to 4.17.21 in the npm_and_yarn group across 1 directory #42

Workflow file for this run

---
name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm ci
env:
HUSKY_SKIP_INSTALL: 1
- name: Upload code coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}