Skip to content

ci: bump lint-staged from 16.3.3 to 16.4.0 #136

ci: bump lint-staged from 16.3.3 to 16.4.0

ci: bump lint-staged from 16.3.3 to 16.4.0 #136

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm test