Skip to content

Bump to Backstage 1.21.1 #180

Bump to Backstage 1.21.1

Bump to Backstage 1.21.1 #180

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch: {}
jobs:
build:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: yarn install
- run: yarn ci
env:
CI: true
- run: yarn backstage-cli versions:check