Skip to content

chore(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.35.2 (#926) #3477

chore(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.35.2 (#926)

chore(deps-dev): bump eslint-plugin-react from 7.35.0 to 7.35.2 (#926) #3477

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
tests:
name: node ${{ matrix.node-version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [20]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm test