Skip to content

Bump @babel/traverse from 7.22.10 to 7.23.2 #2

Bump @babel/traverse from 7.22.10 to 7.23.2

Bump @babel/traverse from 7.22.10 to 7.23.2 #2

Workflow file for this run

on:
pull_request_target:
branches:
- master
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "*"
cache: "yarn"
- run: yarn --frozen-lockfile
- run: yarn test
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}