Skip to content

chore(deps-dev): bump the minor-development-deps group with 7 updates… #1968

chore(deps-dev): bump the minor-development-deps group with 7 updates…

chore(deps-dev): bump the minor-development-deps group with 7 updates… #1968

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18
- 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm test