Skip to content

Bump @opentelemetry/instrumentation from 0.36.1 to 0.46.0 (#33) #91

Bump @opentelemetry/instrumentation from 0.36.1 to 0.46.0 (#33)

Bump @opentelemetry/instrumentation from 0.36.1 to 0.46.0 (#33) #91

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [20.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g @sap/cds-dk
- run: npm i
- run: cds v
- run: npm run lint
- run: npm run test