Skip to content

Update dependency lint-staged to v15.2.10 #1605

Update dependency lint-staged to v15.2.10

Update dependency lint-staged to v15.2.10 #1605

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: npm install
- run: npm run build
- run: npm test