Skip to content

Update dependency @types/serve-favicon to v2.5.7 #1848

Update dependency @types/serve-favicon to v2.5.7

Update dependency @types/serve-favicon to v2.5.7 #1848

Workflow file for this run

name: CI Checks
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.17
- run: corepack enable && yarn --version
working-directory: ./skeleton
- name: Run CI checks
working-directory: ./skeleton
run: yarn cichecks
# TODO https://github.com/backstage/backstage/issues/13668
# run templating over this repo to make sure all templates are valid