Skip to content

Bump typescript from 5.4.5 to 5.5.2 #54

Bump typescript from 5.4.5 to 5.5.2

Bump typescript from 5.4.5 to 5.5.2 #54

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- windows-latest
- ubuntu-latest
- macos-latest
steps:
- name: Git Checkout
uses: actions/checkout@v4
- name: Setup Bicep
uses: ./
- name: Verify Bicep
run: bicep --version