Skip to content

Bump @types/lodash from 4.17.0 to 4.17.1 #129

Bump @types/lodash from 4.17.0 to 4.17.1

Bump @types/lodash from 4.17.0 to 4.17.1 #129

Workflow file for this run

name: 'Build and Test'
on:
push:
branches:
- main
pull_request:
jobs:
check-dist:
name: Check dist/ directory
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@5e63e7aef083769958fc026fe8eea0241c0eb444
with:
node-version: 20.x
node-caching: npm
test:
name: Test
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@5e63e7aef083769958fc026fe8eea0241c0eb444
with:
operating-systems: "['ubuntu-latest']"
node-version: 20.x
node-caching: npm