Skip to content

Bump lint-staged from 15.2.10 to 15.4.3 #722

Bump lint-staged from 15.2.10 to 15.4.3

Bump lint-staged from 15.2.10 to 15.4.3 #722

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [14.x, 16.x, 17.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm it