Skip to content

Update dependency lint-staged to v15 #544

Update dependency lint-staged to v15

Update dependency lint-staged to v15 #544

Workflow file for this run

name: "CI"
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-node@v3.8.2"
with:
node-version: "18"
cache: "npm"
- run: "npm ci"
- run: "npm run build"