Skip to content

Bump github.com/prometheus/prometheus from 0.52.2-0.20240606174736-edd558884b24 to 0.53.0-rc.1 #14256

Bump github.com/prometheus/prometheus from 0.52.2-0.20240606174736-edd558884b24 to 0.53.0-rc.1

Bump github.com/prometheus/prometheus from 0.52.2-0.20240606174736-edd558884b24 to 0.53.0-rc.1 #14256

Workflow file for this run

name: react
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14' ]
name: React UI test on Node ${{ matrix.node }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install nodejs
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: CI=false make check-react-app
- run: make react-app-test