Skip to content

chore: Update dependency @backstage/backend-defaults to v0.5.2 #562

chore: Update dependency @backstage/backend-defaults to v0.5.2

chore: Update dependency @backstage/backend-defaults to v0.5.2 #562

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 }}