Skip to content

chore(deps-dev): bump @types/react from 18.2.21 to 18.2.22 #1921

chore(deps-dev): bump @types/react from 18.2.21 to 18.2.22

chore(deps-dev): bump @types/react from 18.2.21 to 18.2.22 #1921

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- run: yarn install
- run: yarn test
automerge:
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}