Skip to content

chore: Update dependency @backstage/core-components to v0.15.1 #602

chore: Update dependency @backstage/core-components to v0.15.1

chore: Update dependency @backstage/core-components to v0.15.1 #602

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn ci
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}