Skip to content

build(deps-dev): bump @types/node from 22.10.2 to 22.10.5 #87

build(deps-dev): bump @types/node from 22.10.2 to 22.10.5

build(deps-dev): bump @types/node from 22.10.2 to 22.10.5 #87

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