Skip to content

Bump lint-staged from 15.2.10 to 15.4.1 in the npm group #262

Bump lint-staged from 15.2.10 to 15.4.1 in the npm group

Bump lint-staged from 15.2.10 to 15.4.1 in the npm group #262

Workflow file for this run

name: Build but not deploy PRs
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: '22.x'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build