Skip to content

Bump @types/react-dom from 18.2.5 to 18.2.6 #80

Bump @types/react-dom from 18.2.5 to 18.2.6

Bump @types/react-dom from 18.2.5 to 18.2.6 #80

Workflow file for this run

name: Assertions
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'npm'
- name: Install dependencies
run: npm i
- name: Lint scripts
run: npm run lint