Skip to content

chore(deps-dev): bump @opentelemetry/exporter-metrics-otlp-proto from 0.50.0 to 0.55.0 #75

chore(deps-dev): bump @opentelemetry/exporter-metrics-otlp-proto from 0.50.0 to 0.55.0

chore(deps-dev): bump @opentelemetry/exporter-metrics-otlp-proto from 0.50.0 to 0.55.0 #75

Workflow file for this run

name: Build and Test
on:
push:
pull_request:
jobs:
build:
name: Build and test code
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install packages
run: bun install
- name: Build code
run: bun run build
- name: Test
run: bun run test