Skip to content

chore(deps-dev): bump @types/lodash from 4.14.195 to 4.14.201 #244

chore(deps-dev): bump @types/lodash from 4.14.195 to 4.14.201

chore(deps-dev): bump @types/lodash from 4.14.195 to 4.14.201 #244

Workflow file for this run

name: Pull Requests
on:
pull_request:
branches: [ main ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
CI: true
jobs:
pull-request:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm test