Skip to content

Bump @redhat-cloud-services/frontend-components-config from 5.1.1 to 6.0.6 #124

Bump @redhat-cloud-services/frontend-components-config from 5.1.1 to 6.0.6

Bump @redhat-cloud-services/frontend-components-config from 5.1.1 to 6.0.6 #124

Workflow file for this run

name: Build & Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 16
cache: npm
- name: Install
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm test