Skip to content

Bump @types/react-dom from 18.2.7 to 18.2.19 #453

Bump @types/react-dom from 18.2.7 to 18.2.19

Bump @types/react-dom from 18.2.7 to 18.2.19 #453

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- name: Installing dependencies
run: npm i
- name: Executing Linter
run: npm run lint