Skip to content

chore(deps): bump @sap-theming/theming-base-content from 11.36.3 to 11.36.4 #16622

chore(deps): bump @sap-theming/theming-base-content from 11.36.3 to 11.36.4

chore(deps): bump @sap-theming/theming-base-content from 11.36.3 to 11.36.4 #16622

Workflow file for this run

name: CI - lint
on:
pull_request:
push:
branches:
- 'main'
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.1.0
with:
node-version: 22
cache: 'yarn'
- name: Install Dependencies
run: yarn --immutable
- name: Lint
run: yarn ci:lint