Skip to content

Bump eslint-plugin-react from 7.33.0 to 7.33.1 #25

Bump eslint-plugin-react from 7.33.0 to 7.33.1

Bump eslint-plugin-react from 7.33.0 to 7.33.1 #25

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node 18
uses: actions/setup-node@v3
with:
node-version: '18'
check-latest: true
- name: Install
run: npm ci
- name: Test
run: npm run test
env:
CI: true