Skip to content

chore(deps): bump the production-dependencies group with 7 updates #69

chore(deps): bump the production-dependencies group with 7 updates

chore(deps): bump the production-dependencies group with 7 updates #69

Workflow file for this run

name: Make checks
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint