Skip to content

chore(deps): bump @babel/traverse from 7.17.3 to 7.23.2 #786

chore(deps): bump @babel/traverse from 7.17.3 to 7.23.2

chore(deps): bump @babel/traverse from 7.17.3 to 7.23.2 #786

Workflow file for this run

name: Build
on:
push:
branches: [main, "release/*", develop]
pull_request:
branches: [main, "release/*", develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: yarn
- run: yarn build
- run: yarn test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
flags: unittests
name: codecov-chromiumly
fail_ci_if_error: true
verbose: true