Skip to content

chore(deps): bump the opentelemetry group with 7 updates #285

chore(deps): bump the opentelemetry group with 7 updates

chore(deps): bump the opentelemetry group with 7 updates #285

Workflow file for this run

name: tests
on:
push:
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*]
steps:
- name: Git checkout
uses: actions/checkout@v4.1.7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: Test
run: ./test.sh