Skip to content

chore(deps): update dependency @types/react to ^18.2.22 #2416

chore(deps): update dependency @types/react to ^18.2.22

chore(deps): update dependency @types/react to ^18.2.22 #2416

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test-push:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16]
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- run: npx pnpm i --frozen-lockfile=false
- run: npm run lint
- run: npm run test
- run: npm run build