Skip to content

Update dependency stylelint to v16.26.0 #466

Update dependency stylelint to v16.26.0

Update dependency stylelint to v16.26.0 #466

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [22.x, 24.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm ci
working-directory: docs
- run: npx playwright install
- run: npm run lint
- run: npm t