Skip to content

Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.1 #2381

Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.1

Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.1 #2381

Workflow file for this run

name: jest
on: [push, pull_request]
jobs:
builds:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/setup-node@v4
with:
node-version: 18.13.0
- uses: actions/cache@v3.3.2
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node_modules-
- name: Install
run: yarn
- name: standard
run: make standard
- name: jest
run: yarn run jest-update-snapshot