Skip to content

Bump lodash-es from 4.17.22 to 4.17.23 #10

Bump lodash-es from 4.17.22 to 4.17.23

Bump lodash-es from 4.17.22 to 4.17.23 #10

Workflow file for this run

name: CI
on:
push:
branches:
- "*"
- "*/*"
- "**"
- "!main"
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- name: Install deps
run: npm ci
#- name: Lint affected
# run: npx nx affected -t lint
- name: Test affected
run: npx nx affected -t test --configuration=ci
- name: Build affected
run: npx nx affected -t build