Skip to content

chore(deps): bump @opentelemetry/exporter-prometheus from 0.202.0 to 0.207.0 #445

chore(deps): bump @opentelemetry/exporter-prometheus from 0.202.0 to 0.207.0

chore(deps): bump @opentelemetry/exporter-prometheus from 0.202.0 to 0.207.0 #445

Workflow file for this run

name: Build and Test
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x' # You can specify your desired Node.js version
- name: Install dependencies
run: npm ci