Skip to content

Bump lodash from 4.17.10 to 4.17.21 in /services/user #1

Bump lodash from 4.17.10 to 4.17.21 in /services/user

Bump lodash from 4.17.10 to 4.17.21 in /services/user #1

Workflow file for this run

name: user-svc-test
on:
pull_request:
branches:
- main
paths:
- services/user/**
- packages/**
workflow_dispatch:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/unit-test
with:
service: user-service