Skip to content

Upgrade to Node 20

Upgrade to Node 20 #11

Workflow file for this run

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