Skip to content

chore(deps): update dependency @backstage/plugin-catalog-backend to v1.26.0 [security] #14788

chore(deps): update dependency @backstage/plugin-catalog-backend to v1.26.0 [security]

chore(deps): update dependency @backstage/plugin-catalog-backend to v1.26.0 [security] #14788

Workflow file for this run

name: Pull request
on: pull_request
jobs:
test:
name: Test-build with Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Test
uses: ./.github/actions/test
with:
args: '[HEAD^1]'
node-version: ${{ matrix.node-version }}
- name: Build all packages
uses: ./.github/actions/build
with:
args: '[HEAD^1]'
node-version: ${{ matrix.node-version }}