Skip to content

build(deps): bump @opentelemetry/sdk-metrics from 1.15.2 to 1.17.0 #2762

build(deps): bump @opentelemetry/sdk-metrics from 1.15.2 to 1.17.0

build(deps): bump @opentelemetry/sdk-metrics from 1.15.2 to 1.17.0 #2762

Workflow file for this run

name: QA
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npm ci
- run: npm run check
- run: npm test
- run: npm run compile