Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

chore(deps-dev): bump @babel/traverse from 7.15.4 to 7.23.2 in /packages/flavor/example #3009

chore(deps-dev): bump @babel/traverse from 7.15.4 to 7.23.2 in /packages/flavor/example

chore(deps-dev): bump @babel/traverse from 7.15.4 to 7.23.2 in /packages/flavor/example #3009

Workflow file for this run

# This workflow will cancel PR workflow runs when a new one gets started
name: Cancel Redundant PR Builds
on: [pull_request]
jobs:
cancel:
name: Cancel Previous Runs
runs-on: ubuntu-20.04
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.11.0
with:
workflow_id: 5127767
access_token: ${{ github.token }}