Skip to content

[INTERNAL] Bump @ui5/cli from 4.0.37 to 4.0.38 #2644

[INTERNAL] Bump @ui5/cli from 4.0.37 to 4.0.38

[INTERNAL] Bump @ui5/cli from 4.0.37 to 4.0.38 #2644

Workflow file for this run

name: GitHub CI
on:
push:
branches:
- v4
pull_request:
branches:
- v4
# No permissions are required for this workflow
permissions: {}
jobs:
test:
name: General checks and tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js LTS 20.x
uses: actions/setup-node@v5.0.0
with:
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Perform checks and tests
run: npm test