Skip to content

chore(deps): bump @backstage/config from 1.3.3 to 1.3.6 #145

chore(deps): bump @backstage/config from 1.3.3 to 1.3.6

chore(deps): bump @backstage/config from 1.3.3 to 1.3.6 #145

Workflow file for this run

name: build-verify-package
on:
push:
paths-ignore:
#- '.github/**'
- '.gitignore'
- 'LICENSE'
- '*.md'
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- '*.md'
permissions: read-all
jobs:
build-verify-package:
runs-on: ubuntu-latest
environment: Build
steps:
- name: Checkout Code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Set Node.js 20.x
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 20.x
cache: 'yarn'
- name: Dependencies installation
run: yarn install
- name: Typescript compilation
run: yarn tsc
- name: Package build
run: yarn run build