Skip to content

Bump react from 18.3.0 to 18.3.1 #1477

Bump react from 18.3.0 to 18.3.1

Bump react from 18.3.0 to 18.3.1 #1477

Workflow file for this run

name: Linter
on:
pull_request:
branches: [ master ]
jobs:
linter:
name: "Check on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Lint
run: |
npm install
npm run lint
- name: Build
run: npm run build