Skip to content

Bump @types/react-dom from 18.2.8 to 18.2.25 #41

Bump @types/react-dom from 18.2.8 to 18.2.25

Bump @types/react-dom from 18.2.8 to 18.2.25 #41

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
cache: npm
- name: Install Node.js dependencies
run: npm ci
- name: Run lint
run: npm run lint