Skip to content

Bump typescript from 5.4.5 to 5.5.2 #2158

Bump typescript from 5.4.5 to 5.5.2

Bump typescript from 5.4.5 to 5.5.2 #2158

Workflow file for this run

name: Docker Build
on:
pull_request:
types: [opened, synchronize, reopened, assigned, edited, ready_for_review]
push:
workflow_dispatch:
jobs:
buildx:
name: Docker Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/[email protected]
id: buildx
with:
install: true
- name: Build
run: docker build . # will run buildx