Skip to content

chore(deps-dev): Bump lint-staged from 15.2.10 to 15.2.11 #776

chore(deps-dev): Bump lint-staged from 15.2.10 to 15.2.11

chore(deps-dev): Bump lint-staged from 15.2.10 to 15.2.11 #776

name: Build and Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: true
matrix:
node-version: [18, 20]
experimental: [ false ]
include:
- node-version: 21
experimental: true
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test --ci