Skip to content

Update prom/prometheus Docker tag to v2.51.2 #453

Update prom/prometheus Docker tag to v2.51.2

Update prom/prometheus Docker tag to v2.51.2 #453

Workflow file for this run

name: Generator SpringBoot
on:
push:
branches:
- '**'
jobs:
build:
name: npm test
runs-on: ${{ matrix.os }}
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
node_version: [18.x, 20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- run: npm install
- run: npm test
env:
CI: true