Skip to content

Bump @vercel/ncc from 0.38.1 to 0.38.2 #73

Bump @vercel/ncc from 0.38.1 to 0.38.2

Bump @vercel/ncc from 0.38.1 to 0.38.2 #73

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