Skip to content

chore(deps-dev): bump eslint-plugin-react from 7.37.3 to 7.37.4 #394

chore(deps-dev): bump eslint-plugin-react from 7.37.3 to 7.37.4

chore(deps-dev): bump eslint-plugin-react from 7.37.3 to 7.37.4 #394

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Test
run: npm test
- name: Build
run: npm run build