Skip to content

chore(deps-dev): bump eslint-plugin-react from 7.33.2 to 7.34.1 (#360) #539

chore(deps-dev): bump eslint-plugin-react from 7.33.2 to 7.34.1 (#360)

chore(deps-dev): bump eslint-plugin-react from 7.33.2 to 7.34.1 (#360) #539

Workflow file for this run

name: Testing
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run lint
- run: npm test