Skip to content

Bump typescript from 5.3.3 to 5.4.2 #39

Bump typescript from 5.3.3 to 5.4.2

Bump typescript from 5.3.3 to 5.4.2 #39

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