Skip to content

Bump @babel/traverse from 7.22.4 to 7.23.2 in /telemetry #10

Bump @babel/traverse from 7.22.4 to 7.23.2 in /telemetry

Bump @babel/traverse from 7.22.4 to 7.23.2 in /telemetry #10

Workflow file for this run

name: Telemetry Build
on:
push:
paths:
- "telemetry/**"
jobs:
telemetry-build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: telemetry
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.14.0"
cache: "yarn"
cache-dependency-path: "telemetry/yarn.lock"
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build