Skip to content

Bump @types/react-dom from 18.2.14 to 18.2.15 #86

Bump @types/react-dom from 18.2.14 to 18.2.15

Bump @types/react-dom from 18.2.14 to 18.2.15 #86

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: "3.11.5"
- uses: actions/setup-node@v4
with:
node-version: "16"
cache: npm
- run: npm install
- uses: pre-commit/[email protected]