Skip to content

Bump @types/react from 18.2.13 to 18.2.14 #3413

Bump @types/react from 18.2.13 to 18.2.14

Bump @types/react from 18.2.13 to 18.2.14 #3413

Workflow file for this run

name: Build
on:
pull_request_target:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: docker/setup-buildx-action@v2
- uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: ${{ runner.os }}-buildx-
- uses: docker/build-push-action@v4
name: Build
with:
push: false
cache-from: |
type=local,src=/tmp/.buildx-cache